Backed out changeset 6716b289e613.

This commit is contained in:
Shawn Wilsher 2010-11-12 08:57:43 -08:00
Родитель 8a72a947c4
Коммит cdb6fae3a8
3 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -49,7 +49,6 @@ int
main(int aArgc,
char **aArgv)
{
return 0;
ScopedXPCOM xpcom(TEST_NAME);
for (size_t i = 0; i < NS_ARRAY_LENGTH(gTests); i++)

Просмотреть файл

@ -79,7 +79,6 @@ public:
static nsresult Start(nsIURI* aURI)
{
NS_PRECONDITION(aURI, "Null URI");
return NS_OK;
#ifdef MOZ_IPC
// If we are a content process, always remote the request to the

Просмотреть файл

@ -96,7 +96,6 @@ int
main(int aArgc,
char** aArgv)
{
return 0;
ScopedXPCOM xpcom(TEST_NAME);
do_test_pending();