Make tests public. Rewrite most tests. Add tests.
[pintos-anon] / grading / userprog / null.S
diff --git a/grading/userprog/null.S b/grading/userprog/null.S
deleted file mode 100644 (file)
index ded0e59..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-.globl _start
-.func _start
-_start:                
-       int $0x30
-.endfunc