Skip to content

Commit

Permalink
Fix issues in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kunitoki committed Oct 7, 2022
1 parent 3775f0b commit aae0fc7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Tests/Source/LuaRefTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ TEST_F(LuaRefTests, TypeCheck)
result.print(ss);
EXPECT_NE(std::string::npos, ss.str().find("userdata:"));
EXPECT_NE(0u, result.hash());
lua_pop(L, 1);
}

{
Expand All @@ -141,7 +140,6 @@ TEST_F(LuaRefTests, TypeCheck)
result.print(ss);
EXPECT_NE(std::string::npos, ss.str().find("thread:"));
EXPECT_NE(0u, result.hash());
lua_pop(L, 1);
}
}

Expand Down

0 comments on commit aae0fc7

Please sign in to comment.