Index: native_client_sdk/src/tools/lib/tests/get_shared_deps_test.py |
diff --git a/native_client_sdk/src/tools/lib/tests/get_shared_deps_test.py b/native_client_sdk/src/tools/lib/tests/get_shared_deps_test.py |
index d891c4fe58f91daff12230a1e9834484bd13d774..a023c188b783cf6dd08445c8de564e22dda56a6b 100755 |
--- a/native_client_sdk/src/tools/lib/tests/get_shared_deps_test.py |
+++ b/native_client_sdk/src/tools/lib/tests/get_shared_deps_test.py |
@@ -43,7 +43,8 @@ class TestGetNeeded(unittest.TestCase): |
def setUp(self): |
self.tempdir = None |
toolchain = os.path.join(CHROME_SRC, 'native_client', 'toolchain') |
- self.toolchain = os.path.join(toolchain, '%s_x86' % getos.GetPlatform()) |
+ self.toolchain = os.path.join(toolchain, '%s_x86' % getos.GetPlatform(), |
+ 'nacl_x86_glibc') |
self.objdump = os.path.join(self.toolchain, 'bin', 'i686-nacl-objdump') |
if os.name == 'nt': |
self.objdump += '.exe' |