diff options
author | PhiLho <PhiLho@GMX.net> | 2010-05-21 16:03:21 +0200 |
---|---|---|
committer | PhiLho <PhiLho@GMX.net> | 2010-05-21 16:03:21 +0200 |
commit | 286e5958d662038fdc852861ecd07c89256495ab (patch) | |
tree | cea500e695b874f47358602c6433955963a9a7bc /tests/accept/compile/tloops.nim | |
parent | 227b76c34259cf406131d27fb8e0cc88530e38f7 (diff) | |
download | Nim-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-x | tests/accept/compile/tloops.nim | 2 |
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 :-) |