summaryrefslogtreecommitdiffstats
path: root/test/runtest/testlistfile.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/runtest/testlistfile.py')
-rw-r--r--test/runtest/testlistfile.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/runtest/testlistfile.py b/test/runtest/testlistfile.py
index 0c9d84c..a9d2565 100644
--- a/test/runtest/testlistfile.py
+++ b/test/runtest/testlistfile.py
@@ -74,3 +74,9 @@ expect = """qmtest run --output results.qmr --format none --result-stream="scons
test.run(arguments = '-f t.txt', stdout = expect)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: