Skip to content

Commit ba3053d

Browse files
committed
Fix test
1 parent 4fb42b2 commit ba3053d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/test/support/test.support/test_check_assertion.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ bool TestDeathTest(
5353
}
5454

5555
if (!maybe_failure_description.empty()) {
56-
test_case.PrintFailureDetails(maybe_failure_description, stmt, test_result.cause());
56+
test_case.PrintFailureDetails("EXPECT_DEATH", maybe_failure_description, stmt, test_result.cause());
5757
return false;
5858
}
5959

0 commit comments

Comments
 (0)