From 87b67e9b777b9c17b6d9352623beb7311594d9b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sun, 26 Jan 2014 16:32:28 +0100 Subject: [PATCH] TestNullPointer: Added test configuration for 'memcmp' that is needed by a test --- test/testnullpointer.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/testnullpointer.cpp b/test/testnullpointer.cpp index 0bb8a8bdc..ba3c6f2e3 100644 --- a/test/testnullpointer.cpp +++ b/test/testnullpointer.cpp @@ -90,7 +90,8 @@ private: // cfg const char cfg[] = "\n" "\n" - " \n" + " \n" + " \n" ""; settings.library.loadxmldata(cfg, sizeof(cfg));