diff options
Diffstat (limited to 'test/test_xcall.c')
-rw-r--r-- | test/test_xcall.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test_xcall.c b/test/test_xcall.c index 4c95165c..262196d7 100644 --- a/test/test_xcall.c +++ b/test/test_xcall.c @@ -48,8 +48,9 @@ test_once(unsigned int cpu) printk("cross-call on cpu%u:\n", cpu); xcall_call(test_fn, NULL, cpu); - if (!test_done) + if (!test_done) { panic("test_done false"); + } } static void |