X-Git-Url: http://plrg.eecs.uci.edu/git/?p=cdsspec-compiler.git;a=blobdiff_plain;f=benchmark%2Fspsc-bugfix%2Fspsc-relacy.cc;fp=benchmark%2Fspsc-bugfix%2Fspsc-relacy.cc;h=fc594fbef68e59f13057ea618f1f7ec30f1e8a33;hp=8d4ad3ba66c3793ed902c96c760d0c8f7c6ee51f;hb=2865de309bbc37c9e95dc1ae33c8907bee9d562f;hpb=ebdbbc647fee879064e4cad5f3f21332073f5db6 diff --git a/benchmark/spsc-bugfix/spsc-relacy.cc b/benchmark/spsc-bugfix/spsc-relacy.cc index 8d4ad3b..fc594fb 100644 --- a/benchmark/spsc-bugfix/spsc-relacy.cc +++ b/benchmark/spsc-bugfix/spsc-relacy.cc @@ -15,7 +15,7 @@ struct spsc_queue_test : rl::test_suite else { int d = q.dequeue(); - RL_ASSERT(11 == d); + //RL_ASSERT(11 == d); } } };