aboutsummaryrefslogtreecommitdiff
path: root/tests/framework/instruments/Measurement.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/framework/instruments/Measurement.h')
-rw-r--r--tests/framework/instruments/Measurement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/framework/instruments/Measurement.h b/tests/framework/instruments/Measurement.h
index 08624f3345..8a1ec9cb14 100644
--- a/tests/framework/instruments/Measurement.h
+++ b/tests/framework/instruments/Measurement.h
@@ -57,7 +57,7 @@ struct Measurement
{
if(value.is_floating_point)
{
- os << arithmetic_to_string(value.v.floating_point);
+ os << arithmetic_to_string(value.v.floating_point, 4);
}
else
{