Skip to content

Commit 4c1b2df

Browse files
committed
fix(test-macro): match lfortran behavior to cray
1 parent a4f7735 commit 4c1b2df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-assert-macro.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ program test_assert_macros
5252
block
5353
integer :: computed_checksum = 37, expected_checksum = 37
5454

55-
#if defined(_CRAYFTN)
55+
#if defined(_CRAYFTN) || defined(__LFORTRAN__)
5656
! Cray Fortran uses different line continuations in macro invocations
5757
call_assert_describe( computed_checksum == expected_checksum, &
5858
"Checksum mismatch failure!" &

0 commit comments

Comments
 (0)