Bug 1030805 - Stop claiming all gtests are AsyncPanZoomController tests. r=BenWa

This commit is contained in:
Kartikaya Gupta 2014-06-26 12:19:33 -04:00
Родитель 6cc601fc18
Коммит a4ea3287a2
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -83,7 +83,7 @@ int RunGTestFunc()
PR_SetEnv("XPCOM_DEBUG_BREAK=stack-and-abort");
ScopedXPCOM xpcom("AsyncPanZoomController");
ScopedXPCOM xpcom("GTest");
#ifdef MOZ_CRASHREPORTER
nsCOMPtr<nsICrashReporter> crashreporter;