diff --git a/infer/tests/codetoanalyze/c/errors/assertions/assertion_example.c b/infer/tests/codetoanalyze/c/errors/assertions/assertion_example.c index a11c1033c..0d20e04e9 100644 --- a/infer/tests/codetoanalyze/c/errors/assertions/assertion_example.c +++ b/infer/tests/codetoanalyze/c/errors/assertions/assertion_example.c @@ -5,9 +5,6 @@ * LICENSE file in the root directory of this source tree. */ -// TODO: remove this #define, it's here to get a specific version of -// [assert], as others may confuse the clang frontend (t26324545) -#define __STRICT_ANSI__ #include // We should report here no NPE, but also we should report div0 to show that we diff --git a/infer/tests/codetoanalyze/c/errors/assertions/assertion_failure.c b/infer/tests/codetoanalyze/c/errors/assertions/assertion_failure.c index 0fea6241a..9677fade4 100644 --- a/infer/tests/codetoanalyze/c/errors/assertions/assertion_failure.c +++ b/infer/tests/codetoanalyze/c/errors/assertions/assertion_failure.c @@ -5,9 +5,6 @@ * LICENSE file in the root directory of this source tree. */ -// TODO: remove this #define, it's here to get a specific version of -// [assert], as others may confuse the clang frontend (t26324545) -#define __STRICT_ANSI__ #include #include