diff options
Diffstat (limited to 'test/CXX/CC-variables.py')
-rw-r--r-- | test/CXX/CC-variables.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/CXX/CC-variables.py b/test/CXX/CC-variables.py index fea3dde..a2a2fbe 100644 --- a/test/CXX/CC-variables.py +++ b/test/CXX/CC-variables.py @@ -48,3 +48,9 @@ g++ -o test.obj -c +for_CCFLAGS -Wp,-for_CPPFLAGS test.cxx test.run(arguments = '-Q -n test.obj', stdout=expect) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |