Skip to content

Commit c52666b

Browse files
committed
chore: fix/redo 5358e
1 parent 987f020 commit c52666b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/modules/character_stop_code_test_m.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ function check_string_t_1D_array() result(test_diagnosis)
493493
test_diagnosis = passing_test()
494494

495495
associate(messages => string_t(["foo","bar"]))
496-
#ifdef __GFORTRAN__
496+
#ifndef __GFORTRAN__
497497
associate( &
498498
expected_stop_code => .csv. messages &
499499
,stop_code => character_stop_code(messages) &

0 commit comments

Comments
 (0)