Skip to content
Snippets Groups Projects
Commit d686809d authored by Dor Laor's avatar Dor Laor
Browse files

Get rid of the old test include files

parent 338dfcdb
No related branches found
No related tags found
No related merge requests found
...@@ -75,12 +75,6 @@ void disable_pic() ...@@ -75,12 +75,6 @@ void disable_pic()
outb(0xff, 0xa1); outb(0xff, 0xa1);
} }
using sched::thread;
// since it contains actual code it needs to be after the 'using' declaration
#include "tests/tst-malloc.hh"
#include "tests/tst-threads.hh"
elf::program* prog; elf::program* prog;
int main(int ac, char **av) int main(int ac, char **av)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment