Bug 910866 - Remove a temporary workaround for a bug which is now closed. r=ted.mielczarek

This commit is contained in:
Dan Gohman 2013-08-31 05:54:00 -07:00
parent 400dee397c
commit 1794b3ba11

View File

@ -16,11 +16,7 @@ if CONFIG['JS_NATIVE_EDITLINE']:
if not CONFIG['JS_DISABLE_SHELL']:
DIRS += ['shell']
# FIXME: bug 530688 covers getting these working on Android
if CONFIG['OS_ARCH'] != 'ANDROID':
TEST_DIRS += ['jsapi-tests']
TEST_DIRS += ['tests', 'gdb']
TEST_DIRS += ['jsapi-tests', 'tests', 'gdb']
MODULE = 'js'