We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cf13a6 commit 3ff5bffCopy full SHA for 3ff5bff
1 file changed
test/testmathlib.cpp
@@ -684,7 +684,6 @@ class TestMathLib : public TestFixture {
684
685
ASSERT_THROW_INTERNAL_EQUALS(MathLib::toDoubleNumber("invalid"), INTERNAL, "Internal Error. MathLib::toDoubleNumber: conversion failed: invalid");
686
687
- ASSERT_EQUALS(0, _LIBCPP_VERSION);
688
// AppleClang before 17 reports a different error
689
#if (defined(__APPLE__) && defined(__MACH__)) && (defined(_LIBCPP_VERSION) && (_LIBCPP_VERSION < 170000))
690
ASSERT_THROW_INTERNAL_EQUALS(MathLib::toDoubleNumber("1invalid"), INTERNAL, "Internal Error. MathLib::toDoubleNumber: conversion failed: 1invalid");
0 commit comments