pintos: Avoid literal control character in Perl variable name.
[pintos-anon] / src / tests / threads / priority-donate-one.ck
index ff019a23ee05f7ce38ac5da4056676384c335cab..b7c8e6fe7f599bad767af5225748fd9baf7aca00 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
@@ -14,3 +14,4 @@ check_expected ([<<'EOF']);
 (priority-donate-one) This should be the last line before finishing this test.
 (priority-donate-one) end
 EOF
+pass;