diff options
-rw-r--r-- | test/option--implicit-cache.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/option--implicit-cache.py b/test/option--implicit-cache.py index ac11b2a..3167d67 100644 --- a/test/option--implicit-cache.py +++ b/test/option--implicit-cache.py @@ -354,9 +354,10 @@ test.subdir('i2') test.write('foo.c', """ #include <foo.h> -int foo(void) +void foo(void) { FOO_H_DEFINED + ++x; /* reference x */ } """) |