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