X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=tst%2Fgraphics%2FGLTraitsTest.cpp;h=54d860c23aba549610337293bed8cff38e0ef65b;hb=549646ac3e5bede5e77031f773649edf8de83608;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 ); }