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
Родитель 33a1e2b01c
Коммит f49cb4c359
1 изменённых файлов: 1 добавлений и 5 удалений

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

@ -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'