aboutsummaryrefslogtreecommitdiff
path: root/tests/sauer/command.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sauer/command.cpp')
-rw-r--r--tests/sauer/command.cpp2
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;
}