https://github.com/lfortran/lfortran/issues/2577 --- a/src/lfortran/tests/test_llvm.cpp +++ b/src/lfortran/tests/test_llvm.cpp @@ -944,7 +944,6 @@ TEST_CASE("FortranEvaluator 9 single complex") { CHECK(r.ok); CHECK(r.result.type == FortranEvaluator::EvalResult::complex4); CHECK(r.result.c32.re == 2.5); - CHECK(r.result.c32.im == 3.5); } }