diff options
Diffstat (limited to 'test/runtest/simple/pass.py')
-rw-r--r-- | test/runtest/simple/pass.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/runtest/simple/pass.py b/test/runtest/simple/pass.py index 561665a..ee7bc74 100644 --- a/test/runtest/simple/pass.py +++ b/test/runtest/simple/pass.py @@ -58,3 +58,9 @@ expect = r"""qmtest run --output results.qmr --format none --result-stream="scon test.run(arguments = '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: |