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 13:57:17 +0530
committerNeelesh Chandola <neelesh.chandola@outlook.com>2018-12-09 13:57:17 +0530
commit81427b535d2bf77755b5767e2ba8ecd61ec02c79 (patch)
tree5f844fbf091d4dc112f7556d8041881174c741c5 /tests/modules
parentf77ddccb6c20acd0b8752dbd8d8040184f6460dc (diff)
downloadNim-81427b535d2bf77755b5767e2ba8ecd61ec02c79.tar.gz
Add final newlines
Diffstat (limited to 'tests/modules')
-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