瀏覽代碼

Minor test addition

master
Bryan Miller 5 年之前
父節點
當前提交
10a62b4c40
共有 1 個文件被更改,包括 2 次插入3 次删除
  1. +2
    -3
      test/unit.src.memory.memory.spec.js

+ 2
- 3
test/unit.src.memory.memory.spec.js 查看文件

@@ -328,10 +328,9 @@ describe("Testing Memory Module", function(){
mmc.connectMemory(new Mem.Memory.RAM(2));
mmc.connectMemory(new Mem.Memory.RAM(1));

it("Bytes match 4 pages."/*, function(){
console.log(mmc);
it("Bytes match 4 pages.", function(){
expect(mmc.size).to.equal(1024);
}*/);
});

});
});

Loading…
取消
儲存