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