summaryrefslogtreecommitdiffstats
path: root/tests/introspective-system.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/introspective-system.c')
-rw-r--r--tests/introspective-system.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/introspective-system.c b/tests/introspective-system.c
index 61e3678..81e3397 100644
--- a/tests/introspective-system.c
+++ b/tests/introspective-system.c
@@ -39,7 +39,7 @@ main()
sandglass_bench(&sandglass, sandglass_spin(&tosleep));
- printf("%g\n", sandglass.grains/sandglass.resolution);
+ printf("%.15g\n", sandglass.grains/sandglass.resolution);
return EXIT_SUCCESS;
}