Skip to content

Commit dc8964b

Browse files
committed
fix test in debug mode
1 parent 4369974 commit dc8964b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/CoalescedMemoryAccessFunctionViewTest.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ struct CoalescedMemoryAccessCompositeTensorsViewTest final
186186
auto ctx = Context{};
187187
TFEL_TESTS_ASSERT(
188188
!CompositeView::checkPreconditions(ctx, space, out_values));
189-
TFEL_TESTS_CHECK_EQUAL(ctx.getErrorMessage(), "invalid number of values");
189+
TFEL_TESTS_CHECK_EQUAL(ctx.getRawErrorMessage(), "invalid number of values");
190190
if constexpr (config::contract_violation_policy ==
191191
config::ContractViolationPolicy::RAISE) {
192192
bool has_thrown = false;

0 commit comments

Comments
 (0)