|
@@ -1,6 +1,6 @@
|
|
|
#include <gtest/gtest.h>
|
|
#include <gtest/gtest.h>
|
|
|
-#include <common/boxed_type.h>
|
|
|
|
|
-#include <common/empty.h>
|
|
|
|
|
|
|
+#include "common/boxed_type.h"
|
|
|
|
|
+#include "common/empty.h"
|
|
|
#include <entt/core/attribute.h>
|
|
#include <entt/core/attribute.h>
|
|
|
#include <entt/core/hashed_string.hpp>
|
|
#include <entt/core/hashed_string.hpp>
|
|
|
#include <entt/locator/locator.hpp>
|
|
#include <entt/locator/locator.hpp>
|
|
@@ -16,7 +16,7 @@ ENTT_API entt::meta_any wrap_int(int);
|
|
|
TEST(Lib, Meta) {
|
|
TEST(Lib, Meta) {
|
|
|
using namespace entt::literals;
|
|
using namespace entt::literals;
|
|
|
|
|
|
|
|
- ASSERT_FALSE(entt::resolve("boxed_int"_hs));
|
|
|
|
|
|
|
+ ASSERT_FALSE(entt::resolve(mboxed_int"_hs));
|
|
|
ASSERT_FALSE(entt::resolve("empty"_hs));
|
|
ASSERT_FALSE(entt::resolve("empty"_hs));
|
|
|
|
|
|
|
|
share(entt::locator<entt::meta_ctx>::handle());
|
|
share(entt::locator<entt::meta_ctx>::handle());
|