diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10027-Issue_3327.c')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10027-Issue_3327.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10027-Issue_3327.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10027-Issue_3327.c deleted file mode 100644 index 92ec0779..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10027-Issue_3327.c +++ /dev/null @@ -1,10 +0,0 @@ -int main(void) -{ - #if 1 - #pragma GCC warning "This code won't compile" - #define FOO 1 - #line 7 - #error - #endif - return 0; -} |