| Index: native_client_sdk/src/build_tools/test_sdk.py
|
| diff --git a/native_client_sdk/src/build_tools/test_sdk.py b/native_client_sdk/src/build_tools/test_sdk.py
|
| index 355df2859b57e45e5a5384fb1cad88b58e698bbf..b1cee6a075353b422117efc33c142cd4d43d73d5 100755
|
| --- a/native_client_sdk/src/build_tools/test_sdk.py
|
| +++ b/native_client_sdk/src/build_tools/test_sdk.py
|
| @@ -128,9 +128,6 @@ def StepRunSelLdrTests(pepperdir, sanitizer):
|
|
|
| for toolchain in ('clang-newlib', 'glibc', 'pnacl'):
|
| for arch in archs:
|
| - # TODO(sbc): Remove this once we get elf_loader.nexe added to the SDK
|
| - if toolchain == 'glibc' and arch == 'arm':
|
| - continue
|
| for config in configs:
|
| RunTest(location, toolchain, config, arch)
|
|
|
|
|