From cdfd44fe3647f36c25507cfda6fcb698ff38d62f Mon Sep 17 00:00:00 2001 From: "scc%mozilla.org" Date: Fri, 28 Jul 2000 22:47:17 +0000 Subject: [PATCH] adding a needed prefix file, these are not part of the build, just part of the string test framework (as was StringTest.mcp, just checked in) git-svn-id: svn://10.0.0.236/trunk@75092 18797224-902f-48f8-a5cc-f745e15eee43 --- .../xpcom/tests/StringFactoringTests/StringTestDebug.Prefix | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 mozilla/xpcom/tests/StringFactoringTests/StringTestDebug.Prefix diff --git a/mozilla/xpcom/tests/StringFactoringTests/StringTestDebug.Prefix b/mozilla/xpcom/tests/StringFactoringTests/StringTestDebug.Prefix new file mode 100755 index 00000000000..3724af942db --- /dev/null +++ b/mozilla/xpcom/tests/StringFactoringTests/StringTestDebug.Prefix @@ -0,0 +1,4 @@ +#include "StringTest.Prefix" + +#define DEBUG 1 +#undef NDEBUG