We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4f7735 commit 4c1b2dfCopy full SHA for 4c1b2df
test/test-assert-macro.F90
@@ -52,7 +52,7 @@ program test_assert_macros
52
block
53
integer :: computed_checksum = 37, expected_checksum = 37
54
55
-#if defined(_CRAYFTN)
+#if defined(_CRAYFTN) || defined(__LFORTRAN__)
56
! Cray Fortran uses different line continuations in macro invocations
57
call_assert_describe( computed_checksum == expected_checksum, &
58
"Checksum mismatch failure!" &
0 commit comments