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