diff options
Diffstat (limited to 'test/QT/QTFLAGS.py')
-rw-r--r-- | test/QT/QTFLAGS.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/QT/QTFLAGS.py b/test/QT/QTFLAGS.py index 5656b08..87dcaf0 100644 --- a/test/QT/QTFLAGS.py +++ b/test/QT/QTFLAGS.py @@ -277,3 +277,9 @@ test.run(chdir='work2', stderr=None) test.must_exist(['work2', 'main' + _exe]) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |