aports/testing/lfortran/test.patch
Celeste 973231385f testing/lfortran: new aport
https://lfortran.org/
Modern interactive LLVM-based Fortran compiler
2025-04-30 08:13:54 +00:00

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