summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/scons-time/func/format-gnuplot.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/scons-time/func/format-gnuplot.py b/test/scons-time/func/format-gnuplot.py
index 711d82b..2231936 100644
--- a/test/scons-time/func/format-gnuplot.py
+++ b/test/scons-time/func/format-gnuplot.py
@@ -56,16 +56,16 @@ plot '-' title "Startup" with lines lt 1, \\
'-' title "Full build" with lines lt 2, \\
'-' title "Up-to-date build" with lines lt 3
# Startup
-0 0.00[012]
-1 0.00[012]
+0 \d.\d\d\d
+1 \d.\d\d\d
e
# Full build
-0 0.00[012]
-1 0.00[012]
+0 \d.\d\d\d
+1 \d.\d\d\d
e
# Up-to-date build
-0 0.00[012]
-1 0.00[012]
+0 \d.\d\d\d
+1 \d.\d\d\d
e
"""