From 37dede6077250156be084e55e629c68535456d2a Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Sat, 22 Aug 2009 10:40:39 -0400 Subject: fix typo --- test/stdvector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/stdvector.cpp') diff --git a/test/stdvector.cpp b/test/stdvector.cpp index 6779feae5..a976f0cf1 100644 --- a/test/stdvector.cpp +++ b/test/stdvector.cpp @@ -159,5 +159,5 @@ void test_stdvector() // some Quaternion CALL_SUBTEST(check_stdvector_quaternion(Quaternionf())); - CALL_SUBTEST(check_stdvector_quaternion(Quaternionf())); + CALL_SUBTEST(check_stdvector_quaternion(Quaterniond())); } -- cgit v1.2.3