1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 03:09:51 +03:00
aports/community/lfortran/test.patch
2025-05-11 07:54:18 +00:00

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);
}
}