diff --git a/tests/modules/t9627.nim b/tests/modules/t9627.nim index be82edc45b..646f030a17 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 ef0c69db1c..0dd32430e9 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 e9c9abf876..2806a78ed1 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