diff options
Diffstat (limited to 'test/CXX/SHCXXFLAGS.py')
-rw-r--r-- | test/CXX/SHCXXFLAGS.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/CXX/SHCXXFLAGS.py b/test/CXX/SHCXXFLAGS.py index 0ce2b15..a4d552e 100644 --- a/test/CXX/SHCXXFLAGS.py +++ b/test/CXX/SHCXXFLAGS.py @@ -133,3 +133,9 @@ test.run(program = test.workpath('fooprog'), stdout = "prog.cpp: BAR\n") test.run(program = test.workpath('barprog'), stdout = "prog.cpp: BAR\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |