summaryrefslogtreecommitdiff
path: root/tests/dram.cc
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-03-09 21:39:07 -0400
committerbd <bdunahu@operationnull.com>2025-03-09 21:39:07 -0400
commit05ce888aa6dd2fba5e295c15497cb80bbc21c9f1 (patch)
tree3010c9f7270f7dc0374119f2bcd9b5c883f8e1b0 /tests/dram.cc
parentdb0acc382a40a44a7d3859bd8ecf822dea86f622 (diff)
Cache object issues with uninitialized fields, another cache test
Diffstat (limited to 'tests/dram.cc')
-rw-r--r--tests/dram.cc2
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();
}