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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user