summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2016-01-01 21:05:09 +0100
committerMattes D <github@xoft.cz>2016-01-01 21:05:09 +0100
commit80e1eb37ddfcbd224fe1d3491201ba8db3e1114f (patch)
tree436ba0fe305343c808b7078b5106981be9b00802 /tests
parentMerge pull request #2838 from cuberite/clang-3.8-ignore-flag (diff)
downloadcuberite-80e1eb37ddfcbd224fe1d3491201ba8db3e1114f.tar
cuberite-80e1eb37ddfcbd224fe1d3491201ba8db3e1114f.tar.gz
cuberite-80e1eb37ddfcbd224fe1d3491201ba8db3e1114f.tar.bz2
cuberite-80e1eb37ddfcbd224fe1d3491201ba8db3e1114f.tar.lz
cuberite-80e1eb37ddfcbd224fe1d3491201ba8db3e1114f.tar.xz
cuberite-80e1eb37ddfcbd224fe1d3491201ba8db3e1114f.tar.zst
cuberite-80e1eb37ddfcbd224fe1d3491201ba8db3e1114f.zip
Diffstat (limited to 'tests')
-rw-r--r--tests/LoadablePieces/Stubs.cpp4
-rw-r--r--tests/NoiseTest/GNUmakefile2
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/LoadablePieces/Stubs.cpp b/tests/LoadablePieces/Stubs.cpp
index bd05d5ce7..5fbd7b599 100644
--- a/tests/LoadablePieces/Stubs.cpp
+++ b/tests/LoadablePieces/Stubs.cpp
@@ -1,8 +1,8 @@
// Stubs.cpp
-// Implements stubs of various MCServer methods that are needed for linking but not for runtime
-// This is required so that we don't bring in the entire MCServer via dependencies
+// Implements stubs of various Cuberite methods that are needed for linking but not for runtime
+// This is required so that we don't bring in the entire Cuberite via dependencies
#include "Globals.h"
#include "BlockInfo.h"
diff --git a/tests/NoiseTest/GNUmakefile b/tests/NoiseTest/GNUmakefile
index 15617b6ce..0ba473897 100644
--- a/tests/NoiseTest/GNUmakefile
+++ b/tests/NoiseTest/GNUmakefile
@@ -128,7 +128,7 @@ clean :
###################################################
-# Build the parts of MCServer
+# Build the parts of Cuberite
#
# options used:
# -x c ... compile as C code