diff --git a/test/common_test/WireBox_TEST.cc b/test/common_test/WireBox_TEST.cc index a285e6f4b..e00363b40 100644 --- a/test/common_test/WireBox_TEST.cc +++ b/test/common_test/WireBox_TEST.cc @@ -32,7 +32,7 @@ class WireBoxTest : public CommonRenderingTest ///////////////////////////////////////////////// TEST_F(WireBoxTest, WireBox) { - CHECK_UNSUPPORTED_ENGINE("ogre", "ogre2"); + CHECK_UNSUPPORTED_ENGINE("ogre"); ScenePtr scene = engine->CreateScene("scene"); ASSERT_NE(nullptr, scene);