Browse Source

corrected identifier name.

One should actually read documentation, not just look at it...


Former-commit-id: 69d8154496
tempestpy_adaptions
David_Korzeniewski 10 years ago
parent
commit
00ddce497d
  1. 4
      test/functional/storage/BitVectorTest.cpp

4
test/functional/storage/BitVectorTest.cpp

@ -130,7 +130,7 @@ TEST(BitVectorDeathTest, GetSetAssertion) {
#endif
#else
std::cerr << "WARNING: Not testing GetSetAssertions, as they are disabled in release mode." << std::endl;
SUCCESS();
SUCCEED();
#endif
}
@ -322,7 +322,7 @@ TEST(BitVectorTest, OperatorModulo) {
#endif
#else
std::cerr << "WARNING: Not testing OperatorModulo size check, as assertions are disabled in release mode." << std::endl;
SUCCESS();
SUCCEED();
#endif
}

Loading…
Cancel
Save