renamed basic_types enumerations
This commit is contained in:
@@ -33,7 +33,7 @@ TEST_CASE("Test assign value to identifier", "[identifier][assign]") {
|
||||
REQUIRE(id.is_valid());
|
||||
REQUIRE(id.is_integer());
|
||||
REQUIRE(id.str() == "7");
|
||||
REQUIRE(id.type() == basic_type::type_int32);
|
||||
REQUIRE(id.type() == basic_type::Int32);
|
||||
REQUIRE(id.type_index() == std::type_index(typeid(int)));
|
||||
|
||||
id = std::string{"UniqueId"};
|
||||
|
||||
Reference in New Issue
Block a user