summaryrefslogtreecommitdiffstats
path: root/test/D/DMD.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/D/DMD.py')
-rw-r--r--test/D/DMD.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/D/DMD.py b/test/D/DMD.py
index 47f7c3b..fd76182 100644
--- a/test/D/DMD.py
+++ b/test/D/DMD.py
@@ -56,3 +56,9 @@ test.run(program=test.workpath('foo'+_exe))
test.fail_test(not test.stdout() in ["Hello!\n", "Hello!\r\n"])
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: