diff options
Diffstat (limited to 'test/runtest/baseline/pass.py')
-rw-r--r-- | test/runtest/baseline/pass.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/runtest/baseline/pass.py b/test/runtest/baseline/pass.py index 1bc6af1..3644052 100644 --- a/test/runtest/baseline/pass.py +++ b/test/runtest/baseline/pass.py @@ -56,3 +56,9 @@ expect = r"""qmtest run --output baseline.qmr --format none --result-stream="sco test.run(arguments = '-b . test/pass.py', stdout = expect) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |