Explorar o código

Remove debug statement from usertypes test

Ole %!s(int64=9) %!d(string=hai) anos
pai
achega
fb939bb7a0
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      tests/usertypes.cpp

+ 0 - 1
tests/usertypes.cpp

@@ -61,7 +61,6 @@ TEST_CASE("UserTypeFields") {
 
 	// Unqualified get
 	REQUIRE(luaL_dostring(state, "return value:n()") == 0);
-	puts(lua_tostring(state, -1));
 	REQUIRE(luwra::read<int>(state, -1) == value.n);
 
 	// Unqualified set