Skip to content

Commit 3ff5bff

Browse files
committed
test
1 parent 8cf13a6 commit 3ff5bff

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/testmathlib.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,6 @@ class TestMathLib : public TestFixture {
684684

685685
ASSERT_THROW_INTERNAL_EQUALS(MathLib::toDoubleNumber("invalid"), INTERNAL, "Internal Error. MathLib::toDoubleNumber: conversion failed: invalid");
686686

687-
ASSERT_EQUALS(0, _LIBCPP_VERSION);
688687
// AppleClang before 17 reports a different error
689688
#if (defined(__APPLE__) && defined(__MACH__)) && (defined(_LIBCPP_VERSION) && (_LIBCPP_VERSION < 170000))
690689
ASSERT_THROW_INTERNAL_EQUALS(MathLib::toDoubleNumber("1invalid"), INTERNAL, "Internal Error. MathLib::toDoubleNumber: conversion failed: 1invalid");

0 commit comments

Comments
 (0)