mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 03:09:51 +03:00
12 lines
384 B
Diff
12 lines
384 B
Diff
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);
|
|
}
|
|
}
|
|
|