Bug 495228 - Remove checks for mac MOZ_WIDGET_TOOLKIT, r=ted

This commit is contained in:
Phil Ringnalda
2009-09-18 19:59:53 -07:00
parent 47ef8d00a4
commit 99af5c5c2f
59 changed files with 75 additions and 75 deletions

View File

@@ -47,7 +47,7 @@ include $(topsrcdir)/config/rules.mk
# The browser chrome test for bug 415846 doesn't run on Mac because of its
# bizarre special-and-unique snowflake of a help menu.
ifeq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
ifneq (cocoa,$(MOZ_WIDGET_TOOLKIT)))
_NON_MAC_BROWSER_TESTS = browser_bug415846.js
endif