diff options
Diffstat (limited to 'tests/dram.cc')
-rw-r--r-- | tests/dram.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/dram.cc b/tests/dram.cc index 95ef90a..27fc24f 100644 --- a/tests/dram.cc +++ b/tests/dram.cc @@ -85,8 +85,6 @@ TEST_CASE( CHECK(r == WAIT); actual = d->view(0, 1)[0]; - CHECK(r == WAIT); - REQUIRE(expected == actual); d->resolve(); } |