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

class DebugSymbols to hold symbol info

This commit is contained in:
Steven Hugg
2018-09-17 16:09:09 -04:00
parent 51bf1226d0
commit 50ac618e86
5 changed files with 35 additions and 37 deletions
+1 -1
View File
@@ -175,7 +175,7 @@ describe('Worker', function() {
assert.ok(fn);
done(err, msg);
};
doBuild(msgs, done2, 2781, 0, 0);
doBuild(msgs, done2, 2764, 0, 0);
});
it('should NOT compile verilog example', function(done) {
var csource = "foobar";