summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--tests/modules/t9627.nim2
-rw-r--r--tests/modules/t9627/a.nim2
-rw-r--r--tests/modules/t9627/b.nim2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/modules/t9627.nim b/tests/modules/t9627.nim
index be82edc45..646f030a1 100644
--- a/tests/modules/t9627.nim
+++ b/tests/modules/t9627.nim
@@ -4,4 +4,4 @@ discard """
 
 include t9627 / [a, b]
 
-echo a, b
\ No newline at end of file
+echo a, b
diff --git a/tests/modules/t9627/a.nim b/tests/modules/t9627/a.nim
index ef0c69db1..0dd32430e 100644
--- a/tests/modules/t9627/a.nim
+++ b/tests/modules/t9627/a.nim
@@ -1 +1 @@
-var a = 10
\ No newline at end of file
+var a = 10
diff --git a/tests/modules/t9627/b.nim b/tests/modules/t9627/b.nim
index e9c9abf87..2806a78ed 100644
--- a/tests/modules/t9627/b.nim
+++ b/tests/modules/t9627/b.nim
@@ -1 +1 @@
-var b = 9
\ No newline at end of file
+var b = 9