From aa3d4de4b4df7ba2d77a830ddc49d77fd08de145 Mon Sep 17 00:00:00 2001 From: "Stefan.Borggraefe%gmx.de" Date: Mon, 12 Apr 2004 22:15:25 +0000 Subject: [PATCH] Fix for Bug 227135: "TestCallTemplates crashes - erroneous test" p=aku, r=dbaron git-svn-id: svn://10.0.0.236/trunk@154714 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/tests/TestCallTemplates.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mozilla/xpcom/tests/TestCallTemplates.cpp b/mozilla/xpcom/tests/TestCallTemplates.cpp index 33c40ad9003..efd768056a7 100644 --- a/mozilla/xpcom/tests/TestCallTemplates.cpp +++ b/mozilla/xpcom/tests/TestCallTemplates.cpp @@ -68,6 +68,8 @@ int main() * when I don't need to. */ + NS_NOTREACHED("This test is not intended to run, only to compile!"); + /* Test CallQueryInterface */ nsISupports *mySupportsPtr = NS_REINTERPRET_CAST(nsISupports*, 0x1000);