Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
msridhar committed Feb 25, 2014
1 parent 603744f commit d77c667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node_test/apiTests.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ describe('instrument tests', function () {
var testFile = "tests/unit/instrument-test.js";
var instResult = jalangi.instrument(testFile, {iidMap: true, relative: true});
var iidMap = String(fs.readFileSync(instResult.iidMapFile));
assert.equal("filename = \"tests/unit/instrument-test.js\";", iidMap.split('\n')[1]);
assert.equal("iids[4] = [\"tests/unit/instrument-test.js\",23,9];", iidMap.split('\n')[1]);
});
});

0 comments on commit d77c667

Please sign in to comment.