b4fd9e1068b14f14d16e5d7fe50857ab8f451286
[pintos-anon] / src / tests / userprog / halt.c
1 #include "tests/lib.h"
2 #include "tests/main.h"
3
4 void
5 test_main (void) 
6 {
7   halt ();
8   fail ("should have halted");
9 }