summaryrefslogtreecommitdiffstats
path: root/test/Deprecated/debug-nomemoizer.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Deprecated/debug-nomemoizer.py')
-rw-r--r--test/Deprecated/debug-nomemoizer.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Deprecated/debug-nomemoizer.py b/test/Deprecated/debug-nomemoizer.py
index 3a927e5..c533efa 100644
--- a/test/Deprecated/debug-nomemoizer.py
+++ b/test/Deprecated/debug-nomemoizer.py
@@ -50,3 +50,9 @@ test.run(arguments = "--debug=nomemoizer", stderr = expect)
test.must_match('file.out', "file.in\n")
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: