X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftests%2Fthreads%2Fp1-1.c;h=7e528668addb5e2735f5b3a16e6d21585852cff6;hb=94fedb7acb238d6a5cb29c5f17af70ac1f24eb40;hp=cd1b8b91223350b589d1643a6e791efc65f76b3e;hpb=af42b7cc9c85b36ae0fa5da75e4dab80ac236059;p=pintos-anon diff --git a/src/tests/threads/p1-1.c b/src/tests/threads/p1-1.c index cd1b8b9..7e52866 100644 --- a/src/tests/threads/p1-1.c +++ b/src/tests/threads/p1-1.c @@ -10,8 +10,9 @@ Taskar , and Toli Kuznets . */ -/* If you've implemented thread_join(), you can uncomment this. */ -/*#define THREAD_JOIN_IMPLEMENTED*/ +#ifdef MLFQS +#error This test not applicable with MLFQS enabled. +#endif #include "threads/test.h" #include