From a0d2e934eb2ac8b142dd292dd7924cd1ecce32b2 Mon Sep 17 00:00:00 2001 From: Mattes D Date: Mon, 13 Jan 2020 22:38:33 +0100 Subject: BlockTypePalette: Improved loading speed in MSVC Debug builds. --- tests/BlockTypeRegistry/BlockTypePaletteTest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp b/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp index 995552085..1a2341bd9 100644 --- a/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp +++ b/tests/BlockTypeRegistry/BlockTypePaletteTest.cpp @@ -229,8 +229,8 @@ static void testLoadTsvRegular(void) auto str = "\ BlockTypePalette\r\n\ FileVersion\t1\n\ -CommonPrefix\tminecraft:\r\n\ -\n\ +CommonPrefix\tminecraft:\n\ +\r\n\ 0\tair\r\n\ 1\tstone\n\ 2\tgrass\tsnow_covered\t0\n\ -- cgit v1.2.3