diff options
author | alon@honor <none@none> | 2010-09-05 10:11:22 -0700 |
---|---|---|
committer | alon@honor <none@none> | 2010-09-05 10:11:22 -0700 |
commit | dd1b1df02528e513429c999a0af0a300a96ba716 (patch) | |
tree | 9af50e387651cee08274508584550cd48778bda8 /tests/sauer/command.cpp | |
parent | 1546cdbebe51b17b0f060f3feafd247e9d00f617 (diff) |
Sauer hello world runs, without optimization or relooping, and without testing internals
Diffstat (limited to 'tests/sauer/command.cpp')
-rw-r--r-- | tests/sauer/command.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sauer/command.cpp b/tests/sauer/command.cpp index 9067a7dd..f9ca1fd8 100644 --- a/tests/sauer/command.cpp +++ b/tests/sauer/command.cpp @@ -1402,7 +1402,7 @@ void fatal(const char *s, ...) // failure exit int main() { - printf("Hello sauer world\n"); + printf("Hello sauer world!\n"); return 0; } |