summaryrefslogtreecommitdiffstats
path: root/test/QT/warnings.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/QT/warnings.py')
-rw-r--r--test/QT/warnings.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/QT/warnings.py b/test/QT/warnings.py
index ef94dd6..975091b 100644
--- a/test/QT/warnings.py
+++ b/test/QT/warnings.py
@@ -98,3 +98,9 @@ File "%s", line \d+, in (\?|<module>)
test.fail_test(not test.match_re(test.stderr(), expect))
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: