diff options
Diffstat (limited to 'tests/test_lib.c')
-rw-r--r-- | tests/test_lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_lib.c b/tests/test_lib.c index 33076c2..e9361c4 100644 --- a/tests/test_lib.c +++ b/tests/test_lib.c @@ -1,5 +1,5 @@ -#include "test_harness.h" #include "kern/lib.h" +#include "test_harness.h" TEST(lib, hexify) { |