From 16a767d3262c2988dfa3de162e1363150c8fe87a Mon Sep 17 00:00:00 2001 From: Chengnian Sun Date: Wed, 5 Aug 2020 02:59:59 -0400 Subject: [PATCH] left a fixme note in PreprocessedCFileParserFile --- test/org/perses/grammar/c/PreprocessedCFileParserTest.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/test/org/perses/grammar/c/PreprocessedCFileParserTest.kt b/test/org/perses/grammar/c/PreprocessedCFileParserTest.kt index ed871319a..94f0724bb 100644 --- a/test/org/perses/grammar/c/PreprocessedCFileParserTest.kt +++ b/test/org/perses/grammar/c/PreprocessedCFileParserTest.kt @@ -21,6 +21,7 @@ class PreprocessedCFileParserTest { parseFile("clang_nullable_attribute.c") } + // FIXME: enable this when the C parse can parse clang-preprocessed code. @Ignore @Test fun testParseClang_preprocessed() {