Skip to content

Commit 5e6d497

Browse files
Apply suggestions from code review
Co-authored-by: Joshua Lampert <[email protected]>
1 parent d3c458d commit 5e6d497

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/test_test_trixi_include.jl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,18 @@ end
1818
close(io)
1919

2020
@test_trixi_include_base(path)
21+
22+
@test @isdefined x
23+
@test x == 4
2124
@test_trixi_include(path)
2225

2326
@test @isdefined x
2427
@test x == 4
2528

2629
@test_trixi_include_base(path, x=9)
30+
31+
@test @isdefined x
32+
@test x == 9
2733
@test_trixi_include(path, x=9)
2834

2935
@test @isdefined x

0 commit comments

Comments
 (0)