From 96647618c289dc5ed025c141b4f7c8c191d4ab2b Mon Sep 17 00:00:00 2001 From: Neelesh Chandola Date: Sun, 9 Dec 2018 15:44:18 +0530 Subject: Fix compilation of test on linux and mac --- tests/modules/m9627/a.nim | 1 + tests/modules/m9627/b.nim | 1 + tests/modules/t9627.nim | 2 +- tests/modules/t9627/a.nim | 1 - tests/modules/t9627/b.nim | 1 - 5 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 tests/modules/m9627/a.nim create mode 100644 tests/modules/m9627/b.nim delete mode 100644 tests/modules/t9627/a.nim delete mode 100644 tests/modules/t9627/b.nim (limited to 'tests/modules') diff --git a/tests/modules/m9627/a.nim b/tests/modules/m9627/a.nim new file mode 100644 index 000000000..0dd32430e --- /dev/null +++ b/tests/modules/m9627/a.nim @@ -0,0 +1 @@ +var a = 10 diff --git a/tests/modules/m9627/b.nim b/tests/modules/m9627/b.nim new file mode 100644 index 000000000..2806a78ed --- /dev/null +++ b/tests/modules/m9627/b.nim @@ -0,0 +1 @@ +var b = 9 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 diff --git a/tests/modules/t9627/a.nim b/tests/modules/t9627/a.nim deleted file mode 100644 index 0dd32430e..000000000 --- a/tests/modules/t9627/a.nim +++ /dev/null @@ -1 +0,0 @@ -var a = 10 diff --git a/tests/modules/t9627/b.nim b/tests/modules/t9627/b.nim deleted file mode 100644 index 2806a78ed..000000000 --- a/tests/modules/t9627/b.nim +++ /dev/null @@ -1 +0,0 @@ -var b = 9 -- cgit 1.4.1-2-gfad0