Invert the priority scheme, so that PRI_MIN is now the lowest priority
[pintos-anon] / src / tests / threads / priority-donate-one.ck
index ff019a23ee05f7ce38ac5da4056676384c335cab..c09ecfd8830103931d3915fa6e28b3a802ef1028 100644 (file)
@@ -4,8 +4,8 @@ use warnings;
 use tests::tests;
 check_expected ([<<'EOF']);
 (priority-donate-one) begin
-(priority-donate-one) This thread should have priority 30.  Actual priority: 30.
-(priority-donate-one) This thread should have priority 29.  Actual priority: 29.
+(priority-donate-one) This thread should have priority 32.  Actual priority: 32.
+(priority-donate-one) This thread should have priority 33.  Actual priority: 33.
 (priority-donate-one) acquire2: got the lock
 (priority-donate-one) acquire2: done
 (priority-donate-one) acquire1: got the lock