aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/geo_alignedbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/geo_alignedbox.cpp')
-rw-r--r--test/geo_alignedbox.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/geo_alignedbox.cpp b/test/geo_alignedbox.cpp
index 07b3e59e6..d496578da 100644
--- a/test/geo_alignedbox.cpp
+++ b/test/geo_alignedbox.cpp
@@ -75,8 +75,8 @@ template<typename BoxType> void alignedbox(const BoxType& _box)
void test_geo_alignedbox()
{
for(int i = 0; i < g_repeat; i++) {
- CALL_SUBTEST( alignedbox(AlignedBox<float,2>()) );
- CALL_SUBTEST( alignedbox(AlignedBox<float,3>()) );
- CALL_SUBTEST( alignedbox(AlignedBox<double,4>()) );
+ CALL_SUBTEST_1( alignedbox(AlignedBox<float,2>()) );
+ CALL_SUBTEST_2( alignedbox(AlignedBox<float,3>()) );
+ CALL_SUBTEST_3( alignedbox(AlignedBox<double,4>()) );
}
}