1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-21 21:16:51 +00:00

added checkmarks to window list; fixed test

This commit is contained in:
Steven Hugg
2018-07-14 15:10:09 -05:00
parent 8cfc15ecb7
commit 12ad4648dc
6 changed files with 16 additions and 5 deletions
+1 -1
View File
@@ -196,7 +196,7 @@ describe('Worker', function() {
assert.ok(fn);
done(err, msg);
};
doBuild(msgs, done2, 253177, 0, 0);
doBuild(msgs, done2, 1996909, 0, 0);
});
it('should NOT preprocess SDCC', function(done) {
compile('sdcc', 'int x=0\n#bah\n', 'mw8080bw', done, 0, 0, 1);