diff options
Diffstat (limited to 'test/Alias/scanner.py')
-rw-r--r-- | test/Alias/scanner.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Alias/scanner.py b/test/Alias/scanner.py index b6254e9..743191c 100644 --- a/test/Alias/scanner.py +++ b/test/Alias/scanner.py @@ -56,3 +56,9 @@ test.run() test.fail_test(test.read('file.c') != "file.x\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |