diff options
Diffstat (limited to 'tests/modules')
-rw-r--r-- | tests/modules/m9627/a.nim (renamed from tests/modules/t9627/a.nim) | 0 | ||||
-rw-r--r-- | tests/modules/m9627/b.nim (renamed from tests/modules/t9627/b.nim) | 0 | ||||
-rw-r--r-- | tests/modules/t9627.nim | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/tests/modules/t9627/a.nim b/tests/modules/m9627/a.nim index 0dd32430e..0dd32430e 100644 --- a/tests/modules/t9627/a.nim +++ b/tests/modules/m9627/a.nim diff --git a/tests/modules/t9627/b.nim b/tests/modules/m9627/b.nim index 2806a78ed..2806a78ed 100644 --- a/tests/modules/t9627/b.nim +++ b/tests/modules/m9627/b.nim diff --git a/tests/modules/t9627.nim b/tests/modules/t9627.nim index 646f030a1..daba46374 100644 --- a/tests/modules/t9627.nim +++ b/tests/modules/t9627.nim @@ -2,6 +2,6 @@ discard """ output: "109" """ -include t9627 / [a, b] +include m9627 / [a, b] echo a, b |