Skip to content

Commit 08900aa

Browse files
committed
chore: remove debugging artefact.
Signed-off-by: krishna2803 <[email protected]>
1 parent 36d343b commit 08900aa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libc/test/src/math/cbrtf16_test.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,4 @@ TEST_F(LlvmLibcCbrtf16Test, SpecialValues) {
5151
EXPECT_MPFR_MATCH(mpfr::Operation::Cbrt, x, LIBC_NAMESPACE::cbrtf16(x), 0.5,
5252
mpfr::RoundingMode::Upward);
5353
}
54-
55-
ASSERT_EQ(1, 1);
5654
}

0 commit comments

Comments
 (0)