ソースを参照

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);
}*/);
});

});
});

読み込み中…
キャンセル
保存