summaryrefslogtreecommitdiffstats
path: root/test/MSVC/multiple-pdb.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/MSVC/multiple-pdb.py')
-rw-r--r--test/MSVC/multiple-pdb.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/MSVC/multiple-pdb.py b/test/MSVC/multiple-pdb.py
index feb3fd9..053fd5a 100644
--- a/test/MSVC/multiple-pdb.py
+++ b/test/MSVC/multiple-pdb.py
@@ -81,3 +81,9 @@ test.must_exist('test2%s' % _exe)
test.must_exist('test2.pdb')
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: