Fixed typo in docs Section 3.1.4.1 (0x08084000 => 0x08048000)
[pintos-anon] / src / tests / main.h
1 #ifndef TESTS_MAIN_H
2 #define TESTS_MAIN_H
3
4 void test_main (void);
5
6 #endif /* tests/main.h */