Commit d014758f authored by Nguyen, Thien Minh's avatar Nguyen, Thien Minh
Browse files

use a more lenient test limit for the bell test



Signed-off-by: default avatarThien Nguyen <nguyentm@ornl.gov>
parent 31e05e35
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ for i in [0:100] {
  reset z;
}
print(count);
QCOR_EXPECT_TRUE(count > 40);
QCOR_EXPECT_TRUE(count > 30);
)#";
  auto mlir = qcor::mlir_compile("qasm3", check_pow, "check_pow",
                                 qcor::OutputType::MLIR, false);