mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2026-04-20 15:16:38 +00:00
fixed tests, removed listings from parseCA65Listing
This commit is contained in:
@@ -196,9 +196,9 @@ async function testPlatform(platid, romname, maxframes, callback) {
|
||||
assert.equal(clks, proberec.countClocks());
|
||||
}
|
||||
// debug tree
|
||||
if (platform.getDebugTree) {
|
||||
if (platform.getDebugTree != null) {
|
||||
var dbgtree = platform.getDebugTree();
|
||||
JSON.stringify(dbgtree);
|
||||
if (dbgtree != null) JSON.stringify(dbgtree);
|
||||
}
|
||||
// misc
|
||||
assert.ok(platform.getDefaultExtension().startsWith('.'));
|
||||
|
||||
Reference in New Issue
Block a user