summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-03-03 18:50:01 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-03-04 06:58:20 +0100
commit8c735fe387e24fe61b171b5786cc18ff143aa1a3 (patch)
treefc074a1957d04e9df40de67e18df7c6b80ce524e /test
parent98951d2ad7058c348d2935c35f7df83919e7e31e (diff)
test/critter: reformat
Diffstat (limited to 'test')
-rw-r--r--test/critter.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/critter.cpp b/test/critter.cpp
index 91ba094e..8ec0d524 100644
--- a/test/critter.cpp
+++ b/test/critter.cpp
@@ -247,10 +247,10 @@ void test_app::test_critter()
if (!is_log_quiet())
DBG_nospace << "";
- test1("dt=1000 ms accel=1", constantly(Millisecond * 1000 ), 1);
- test1("dt=1000 ms accel=5", constantly(Millisecond * 1000 ), 5);
- test1("dt=100 ms accel=5", constantly(Millisecond * 100 ), 5);
- test1("dt=50 ms accel=5", constantly(Millisecond * 50 ), 5);
+ test1("dt=1000 ms accel=1", constantly(Millisecond * 1000 ), 1);
+ test1("dt=1000 ms accel=5", constantly(Millisecond * 1000 ), 5);
+ test1("dt=100 ms accel=5", constantly(Millisecond * 100 ), 5);
+ test1("dt=50 ms accel=5", constantly(Millisecond * 50 ), 5);
test1("dt=16.667 ms accel=10", constantly(Millisecond * 16.667), 10);
test1("dt=16.667 ms accel=1", constantly(Millisecond * 16.667), 1);
test1("dt=16.667 ms accel=1", constantly(Millisecond * 16.5 ), 1);