diff options
Diffstat (limited to 'test/scons-time')
-rw-r--r-- | test/scons-time/func/file.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/scons-time/func/file.py b/test/scons-time/func/file.py index 079c125..33a9908 100644 --- a/test/scons-time/func/file.py +++ b/test/scons-time/func/file.py @@ -74,8 +74,8 @@ vertical_bars = ( expect2 = \ r"""set title "ST2.CONF TITLE" set key bottom left -set label 3 "label 1.5" at 0.5,1.5 right -set label 4 "label 1.6" at 0.6,1.5 right +set label 3 "label 1.5" at 0.5,0.5 right +set label 4 "label 1.6" at 0.6,0.4 right plot '-' title "Startup" with lines lt 1, \ '-' notitle with lines lt 7, \ '-' title "label 1.5" with lines lt 7, \ |