Update tests.
[pintos-anon] / grading / userprog / read-bad-fd.c
index eb9700da7a69da393bd235d382a670e5840288d8..959687c73cae624ae62a8b9ef07768108342f68b 100644 (file)
@@ -6,7 +6,7 @@ main (void)
 {
   char buf;
   printf ("(read-bad-fd) begin\n");
-  read (0xc0101234, &buf, 1);
+  read (0x20101234, &buf, 1);
   printf ("(read-bad-fd) end\n");
   return 0;
 }