mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
fix utility stuff
This commit is contained in:
parent
254466eb4b
commit
89dbc160ab
|
@ -150,8 +150,6 @@ TEST_CASE("utility/pointer", "check we can get pointer value from references") {
|
|||
REQUIRE(result2.valid());
|
||||
const void* ap = lua["v1"];
|
||||
const void* bp = lua["v2"];
|
||||
REQUIRE(ap != nullptr);
|
||||
REQUIRE(bp != nullptr);
|
||||
REQUIRE(ap == bp);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user