mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset 6716b289e613.
This commit is contained in:
parent
15eb6225a3
commit
3e1f89f94a
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user