Selaa lähdekoodia

Minor test addition

master
Bryan Miller 5 vuotta sitten
vanhempi
commit
10a62b4c40
1 muutettua tiedostoa jossa 2 lisäystä ja 3 poistoa
  1. +2
    -3
      test/unit.src.memory.memory.spec.js

+ 2
- 3
test/unit.src.memory.memory.spec.js Näytä tiedosto

@@ -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…
Peruuta
Tallenna