summary refs log tree commit diff stats
path: root/tests/modules
diff options
context:
space:
mode:
authorNeelesh Chandola <neelesh.chandola@outlook.com>2018-12-09 15:44:18 +0530
committerNeelesh Chandola <neelesh.chandola@outlook.com>2018-12-09 15:44:18 +0530
commit96647618c289dc5ed025c141b4f7c8c191d4ab2b (patch)
tree066cb13df7b4e479647dd86e8bacef165ced6bcc /tests/modules
parent81427b535d2bf77755b5767e2ba8ecd61ec02c79 (diff)
downloadNim-96647618c289dc5ed025c141b4f7c8c191d4ab2b.tar.gz
Fix compilation of test on linux and mac
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.nim2
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