summary refs log tree commit diff stats
path: root/tests/accept/compile/tloops.nim
diff options
context:
space:
mode:
authorPhiLho <PhiLho@GMX.net>2010-05-21 16:03:21 +0200
committerPhiLho <PhiLho@GMX.net>2010-05-21 16:03:21 +0200
commit286e5958d662038fdc852861ecd07c89256495ab (patch)
treecea500e695b874f47358602c6433955963a9a7bc /tests/accept/compile/tloops.nim
parent227b76c34259cf406131d27fb8e0cc88530e38f7 (diff)
downloadNim-286e5958d662038fdc852861ecd07c89256495ab.tar.gz
Integrating my changes, mostly minor/cosmetic fixes; plus a big Windows lib update
Diffstat (limited to 'tests/accept/compile/tloops.nim')
-rwxr-xr-xtests/accept/compile/tloops.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/accept/compile/tloops.nim b/tests/accept/compile/tloops.nim
index 3d03256ad..74a3992c9 100755
--- a/tests/accept/compile/tloops.nim
+++ b/tests/accept/compile/tloops.nim
@@ -57,7 +57,7 @@ proc Foo(n: int): int =
     while b:

         a = a + 3

     a = a + 5

-    write(stdout, "Hallo!")

+    write(stdout, "Hello!")

 

 

 # We should come till here :-)