diff options
Diffstat (limited to 'test/scons-time/func/format-gnuplot.py')
-rw-r--r-- | test/scons-time/func/format-gnuplot.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/scons-time/func/format-gnuplot.py b/test/scons-time/func/format-gnuplot.py index 92eb837..254a754 100644 --- a/test/scons-time/func/format-gnuplot.py +++ b/test/scons-time/func/format-gnuplot.py @@ -80,3 +80,9 @@ test.run(arguments = 'func --format gnuplot --title TITLE', stdout=expect_title) test.run(arguments = 'func --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: |