From 00ddce497d69d3c38a0e3ec9feae031c4fe85bb8 Mon Sep 17 00:00:00 2001 From: David_Korzeniewski <david.korzeniewski@rwth-aachen.de> Date: Tue, 10 Feb 2015 23:20:15 +0100 Subject: [PATCH] corrected identifier name. One should actually read documentation, not just look at it... Former-commit-id: 69d81544966de00a5c142aab7bae3f1a20dea132 --- test/functional/storage/BitVectorTest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/functional/storage/BitVectorTest.cpp b/test/functional/storage/BitVectorTest.cpp index 7329e3705..2e3cb8385 100644 --- a/test/functional/storage/BitVectorTest.cpp +++ b/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 }