summaryrefslogtreecommitdiffstats
path: root/tests/LuaThreadStress
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@outlook.com>2020-10-18 17:37:07 +0200
committerGitHub <noreply@github.com>2020-10-18 17:37:07 +0200
commit64442b05f8aa39918f5cb75503c7f57b0bd62827 (patch)
treeda09654d0e4ce16468b1ef90930742ec0c2b7f07 /tests/LuaThreadStress
parentMUSL stack size (#4995) (diff)
downloadcuberite-64442b05f8aa39918f5cb75503c7f57b0bd62827.tar
cuberite-64442b05f8aa39918f5cb75503c7f57b0bd62827.tar.gz
cuberite-64442b05f8aa39918f5cb75503c7f57b0bd62827.tar.bz2
cuberite-64442b05f8aa39918f5cb75503c7f57b0bd62827.tar.lz
cuberite-64442b05f8aa39918f5cb75503c7f57b0bd62827.tar.xz
cuberite-64442b05f8aa39918f5cb75503c7f57b0bd62827.tar.zst
cuberite-64442b05f8aa39918f5cb75503c7f57b0bd62827.zip
Diffstat (limited to 'tests/LuaThreadStress')
-rw-r--r--tests/LuaThreadStress/Stubs.cpp11
1 files changed, 2 insertions, 9 deletions
diff --git a/tests/LuaThreadStress/Stubs.cpp b/tests/LuaThreadStress/Stubs.cpp
index fe2687ef4..4b347b895 100644
--- a/tests/LuaThreadStress/Stubs.cpp
+++ b/tests/LuaThreadStress/Stubs.cpp
@@ -86,16 +86,9 @@ extern "C" int luaopen_lxp(lua_State * a_LuaState)
-cBlockInfo::cBlockInfo()
-{
-}
-
-
-
-
-
-cBlockInfo::cBlockInfoArray::cBlockInfoArray()
+bool cBlockInfo::IsSolid(BLOCKTYPE)
{
+ return false;
}