Skip to content

Commit 722a325

Browse files
committed
Update: source parsing test with preprocessor line
1 parent cfb0a51 commit 722a325

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/fpm_test/test_source_parsing.f90

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ subroutine test_module(error)
311311

312312
open(file=temp_file, newunit=unit)
313313
write(unit, '(a)') &
314+
& '#define preprocesor_line_outside', &
314315
& 'module my_mod ! A trailing comment', &
315316
& 'use module_one', &
316317
& 'interface', &

0 commit comments

Comments
 (0)