diff options
Diffstat (limited to 'Tests/ForceInclude/foo.c')
-rw-r--r-- | Tests/ForceInclude/foo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/ForceInclude/foo.c b/Tests/ForceInclude/foo.c index 7f550d0f9f..2a26c6f332 100644 --- a/Tests/ForceInclude/foo.c +++ b/Tests/ForceInclude/foo.c @@ -1,8 +1,8 @@ #ifndef FOO_1 -#error "foo1.h not included by /FI" +# error "foo1.h not included by /FI" #endif #ifndef FOO_2 -#error "foo2.h not included by /FI" +# error "foo2.h not included by /FI" #endif int main(void) { |