Fix gcc warning

This commit is contained in:
Dawid Drozd 2019-01-20 20:47:53 +01:00
parent 34902c481d
commit 42c690e774

View File

@ -43,9 +43,6 @@ TEST_CASE("Should return unique id for each event When using Internal::type_id<E
struct TestA
{};
::TestA a;
a.a = 10;
REQUIRE(unique.insert(Dexode::Internal::type_id<TestA>()).second);
REQUIRE(unique.insert(Dexode::Internal::type_id<::TestA>()).second);
REQUIRE(unique.insert(Dexode::Internal::type_id<Test::TestA>()).second);