diff options
Diffstat (limited to 'test/CC/SHCFLAGS.py')
-rw-r--r-- | test/CC/SHCFLAGS.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/CC/SHCFLAGS.py b/test/CC/SHCFLAGS.py index ef20120..c201c97 100644 --- a/test/CC/SHCFLAGS.py +++ b/test/CC/SHCFLAGS.py @@ -129,3 +129,9 @@ test.run(program = test.workpath('fooprog'), stdout = "prog.c: BAR\n") test.run(program = test.workpath('barprog'), 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: |