diff options
Diffstat (limited to 'test/test.c')
-rw-r--r-- | test/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.c b/test/test.c index 3be813bb2..887d56ecc 100644 --- a/test/test.c +++ b/test/test.c @@ -275,5 +275,5 @@ msg_t TestThread(void *p) { else
test_println("SUCCESS");
- return 0;
+ return (msg_t)global_fail;
}
|