aboutsummaryrefslogtreecommitdiffstats
path: root/test-file.c
diff options
context:
space:
mode:
Diffstat (limited to 'test-file.c')
-rw-r--r--test-file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-file.c b/test-file.c
index 28a9691..bc95d53 100644
--- a/test-file.c
+++ b/test-file.c
@@ -47,6 +47,6 @@ int main () {
wait (&status);
assert (WIFEXITED (status) && WEXITSTATUS (status) == 0);
- puts ("test-file => PASS!");
+ puts ("test_file => PASS!");
return 0;
}