diff options
Diffstat (limited to 'tests/Bmakefile')
| -rw-r--r-- | tests/Bmakefile | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/tests/Bmakefile b/tests/Bmakefile index 992b240..d115d44 100644 --- a/tests/Bmakefile +++ b/tests/Bmakefile @@ -113,7 +113,7 @@ PASSES=   loadfree.pass \  	  priority1.pass priority2.pass inherit1.pass  \  	  spin1.pass  spin2.pass  spin3.pass  spin4.pass  \  	  exception1.pass  exception2.pass  exception3.pass  \ -	  cancel9.pass  create3.pass  stress1.pass +	  cancel9.pass  stress1.pass  BENCHRESULTS = \  	  benchtest1.bench benchtest2.bench benchtest3.bench benchtest4.bench benchtest5.bench @@ -262,7 +262,6 @@ context1.pass: cancel2.pass  count1.pass: join1.pass  create1.pass: mutex2.pass  create2.pass: create1.pass -create3.pass:  delay1.pass:  delay2.pass: delay1.pass  detach1.pass: join0.pass | 
