summaryrefslogtreecommitdiffstats
path: root/test/KeyboardInterrupt.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/KeyboardInterrupt.py')
-rw-r--r--test/KeyboardInterrupt.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/KeyboardInterrupt.py b/test/KeyboardInterrupt.py
index f19c2c0..d0f1207 100644
--- a/test/KeyboardInterrupt.py
+++ b/test/KeyboardInterrupt.py
@@ -116,3 +116,9 @@ for i in range(2):
runtest('-j64 --random')
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: