diff options
Diffstat (limited to 'test/scons-time/mem/format-gnuplot.py')
-rw-r--r-- | test/scons-time/mem/format-gnuplot.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/scons-time/mem/format-gnuplot.py b/test/scons-time/mem/format-gnuplot.py index a4e0f19..5f3e9cd 100644 --- a/test/scons-time/mem/format-gnuplot.py +++ b/test/scons-time/mem/format-gnuplot.py @@ -70,3 +70,9 @@ test.run(arguments = 'mem --format gnuplot --title TITLE', stdout=expect_title) test.run(arguments = 'mem --format=gnuplot', stdout=expect_notitle) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |