Skip to content

Commit

Permalink
More lenient testing
Browse files Browse the repository at this point in the history
  • Loading branch information
pevisscher committed Aug 14, 2016
1 parent 294988c commit 8db7abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testClassic.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ inline void AbortTestAllWaitExceptOne()

TEST( P( Classic ), AbortTestAllWaitExceptOne )
{
EXPECT_FALSE( BSPLib::Execute( AbortTestAllWaitExceptOne, 8 ) );
EXPECT_FALSE( BSPLib::Execute( AbortTestAllWaitExceptOne, BSPLib::NProcs() ) );
}

inline void AbortTestAllWaitExceptMain()
Expand Down

0 comments on commit 8db7abb

Please sign in to comment.