Make tests public. Rewrite most tests. Add tests.
[pintos-anon] / grading / userprog / create-empty.c
diff --git a/grading/userprog/create-empty.c b/grading/userprog/create-empty.c
deleted file mode 100644 (file)
index 4c4ffa3..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#include <stdio.h>
-#include <syscall.h>
-
-int
-main (void) 
-{
-  printf ("(create-empty) begin\n");
-  create ("", 0);
-  printf ("(create-empty) end\n");
-  return 0;
-}