diff options
author | LAN-TW <lantw44@gmail.com> | 2014-01-07 14:49:49 +0800 |
---|---|---|
committer | LAN-TW <lantw44@gmail.com> | 2014-01-07 14:49:49 +0800 |
commit | e6333b32e01bc3e7541e2359bf3854a72837b6c3 (patch) | |
tree | 330c720eb0c6607130b00f66faf5f134903f2ff8 | |
parent | a1d3dae493351b7eb727a74c0b123c4f7f7b8d59 (diff) | |
download | l4basic-e6333b32e01bc3e7541e2359bf3854a72837b6c3.tar.gz l4basic-e6333b32e01bc3e7541e2359bf3854a72837b6c3.tar.zst l4basic-e6333b32e01bc3e7541e2359bf3854a72837b6c3.zip |
test-file => test_file
-rw-r--r-- | test-file.c | 2 |
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; } |