diff options
author | Mattes D <github@xoft.cz> | 2016-06-10 20:18:49 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2016-06-18 13:12:10 +0200 |
commit | 36eefbf0f25c93ed30bcff9d7abbb8b8696964df (patch) | |
tree | 31a06620dfde39de250b4778c67658eaccfcdab3 /tests/LoadablePieces/Stubs.cpp | |
parent | SelfTests: Fixed HTTPMessageParser tests for out-of-source builds. (diff) | |
download | cuberite-36eefbf0f25c93ed30bcff9d7abbb8b8696964df.tar cuberite-36eefbf0f25c93ed30bcff9d7abbb8b8696964df.tar.gz cuberite-36eefbf0f25c93ed30bcff9d7abbb8b8696964df.tar.bz2 cuberite-36eefbf0f25c93ed30bcff9d7abbb8b8696964df.tar.lz cuberite-36eefbf0f25c93ed30bcff9d7abbb8b8696964df.tar.xz cuberite-36eefbf0f25c93ed30bcff9d7abbb8b8696964df.tar.zst cuberite-36eefbf0f25c93ed30bcff9d7abbb8b8696964df.zip |
Diffstat (limited to 'tests/LoadablePieces/Stubs.cpp')
-rw-r--r-- | tests/LoadablePieces/Stubs.cpp | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/tests/LoadablePieces/Stubs.cpp b/tests/LoadablePieces/Stubs.cpp index 5fbd7b599..717b5679c 100644 --- a/tests/LoadablePieces/Stubs.cpp +++ b/tests/LoadablePieces/Stubs.cpp @@ -6,7 +6,6 @@ #include "Globals.h" #include "BlockInfo.h" -#include "SelfTests.h" #include "Bindings.h" #include "Bindings/DeprecatedBindings.h" #include "Bindings/LuaJson.h" @@ -272,30 +271,3 @@ cBlockEntity * cBlockEntity::CreateByBlockType(BLOCKTYPE a_BlockType, NIBBLETYPE - -cSelfTests::cSelfTests(void): - m_AllowRegistering(true) -{ -} - - - - - -cSelfTests & cSelfTests::Get(void) -{ - static cSelfTests singleton; - return singleton; -} - - - - - -void cSelfTests::Register(cSelfTests::SelfTestFunction a_TestFn, const AString & a_TestName) -{ -} - - - - |