X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=tst%2Fgraphics%2FGLTraitsTest.cpp;h=54d860c23aba549610337293bed8cff38e0ef65b;hb=ad7cf72ed47c39640d5588ba53386e090289b4d1;hp=956733153eb12308534bfc0b55a9bfdbd0ef4344;hpb=5998b18978bd8e7a0c9deb516474634e1d3521c9;p=blank.git diff --git a/tst/graphics/GLTraitsTest.cpp b/tst/graphics/GLTraitsTest.cpp index 9567331..54d860c 100644 --- a/tst/graphics/GLTraitsTest.cpp +++ b/tst/graphics/GLTraitsTest.cpp @@ -66,15 +66,15 @@ void GLTraitsTest::testSize() { CPPUNIT_ASSERT_EQUAL_MESSAGE( "bad number of components for vec2i", - 2, gl_traits>::size + 2, gl_traits::size ); CPPUNIT_ASSERT_EQUAL_MESSAGE( "bad number of components for vec3i", - 3, gl_traits>::size + 3, gl_traits::size ); CPPUNIT_ASSERT_EQUAL_MESSAGE( "bad number of components for vec4i", - 4, gl_traits>::size + 4, gl_traits::size ); }