aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/smallvectors.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/smallvectors.cpp')
-rw-r--r--test/smallvectors.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/smallvectors.cpp b/test/smallvectors.cpp
index f0807c796..d6dc8e97c 100644
--- a/test/smallvectors.cpp
+++ b/test/smallvectors.cpp
@@ -50,8 +50,8 @@ template<typename Scalar> void smallVectors()
void test_smallvectors()
{
for(int i = 0; i < g_repeat; i++) {
- CALL_SUBTEST( smallVectors<int>() );
- CALL_SUBTEST( smallVectors<float>() );
- CALL_SUBTEST( smallVectors<double>() );
+ CALL_SUBTEST(smallVectors<int>() );
+ CALL_SUBTEST(smallVectors<float>() );
+ CALL_SUBTEST(smallVectors<double>() );
}
}