- adjustments to scores for P3 as discussed.
[pintos-anon] / src / tests / vm / page-parallel.c
index 69ec619a23665539d24a58a3f508dd4240dfd048..9d619e0d644de8b7342f1300a9829a068eb14e86 100644 (file)
@@ -1,10 +1,10 @@
-/* Runs 3 child-linear processes at once. */
+/* Runs 4 child-linear processes at once. */
 
 #include <syscall.h>
 #include "tests/lib.h"
 #include "tests/main.h"
 
-#define CHILD_CNT 3
+#define CHILD_CNT 4
 
 void
 test_main (void)