diff options
Diffstat (limited to 'test/CC/CFLAGS.py')
-rw-r--r-- | test/CC/CFLAGS.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/CC/CFLAGS.py b/test/CC/CFLAGS.py index 6ccf7e2..d5efa1a 100644 --- a/test/CC/CFLAGS.py +++ b/test/CC/CFLAGS.py @@ -111,3 +111,9 @@ test.run(program = test.workpath('foo'), stdout = "prog.c: BAR\n") test.run(program = test.workpath('bar'), stdout = "prog.c: BAR\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |