diff --git a/src/Magnum/Trade/Test/MeshDataTest.cpp b/src/Magnum/Trade/Test/MeshDataTest.cpp index 24db33800..7559e93eb 100644 --- a/src/Magnum/Trade/Test/MeshDataTest.cpp +++ b/src/Magnum/Trade/Test/MeshDataTest.cpp @@ -81,8 +81,8 @@ struct MeshDataTest: TestSuite::Tester { void constructAttributeWrongSize(); #endif void constructAttributeWrongStride(); - void constructAttributeWrongDataAccess(); void constructAttributeOnlyArrayAllowed(); + void constructAttributeWrongDataAccess(); void constructArrayAttribute(); void constructArrayAttributeNonContiguous(); @@ -271,8 +271,8 @@ MeshDataTest::MeshDataTest() { &MeshDataTest::constructAttributeWrongSize, #endif &MeshDataTest::constructAttributeWrongStride, - &MeshDataTest::constructAttributeWrongDataAccess, &MeshDataTest::constructAttributeOnlyArrayAllowed, + &MeshDataTest::constructAttributeWrongDataAccess, &MeshDataTest::constructArrayAttribute, &MeshDataTest::constructArrayAttributeNonContiguous,