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