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);