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