cppcheck/cppcheck-2.7-disable-test-testmathlib-tostring.patch
Wolfgang Stöggl 84bdb32ee3 Update to 2.7
- Add the following patches:
  cppcheck-2.7-tinyxml2.patch
  cppcheck-2.7-disable-test-testmathlib-tostring.patch
- Remove patch:
  cppcheck-2.5-disable-test-testexprengine-array7.patch
2022-02-09 21:00:27 +01:00

14 lines
361 B
Diff

diff --git a/test/testmathlib.cpp b/test/testmathlib.cpp
index 4171a6a7a..fd0a84e52 100644
--- a/test/testmathlib.cpp
+++ b/test/testmathlib.cpp
@@ -63,7 +63,7 @@ private:
TEST_CASE(cos);
TEST_CASE(tan);
TEST_CASE(abs);
- TEST_CASE(toString);
+ // TEST_CASE(toString);
TEST_CASE(CPP14DigitSeparators);
}