| Index: tests/exception_test/nacl.scons
|
| diff --git a/tests/exception_test/nacl.scons b/tests/exception_test/nacl.scons
|
| index b2c293c414a970daa3b215d0815a09223054f9b1..aa2d772f86ee1427b91045790493172af887581c 100644
|
| --- a/tests/exception_test/nacl.scons
|
| +++ b/tests/exception_test/nacl.scons
|
| @@ -5,9 +5,7 @@
|
|
|
| Import('env')
|
|
|
| -if not env.AllowInlineAssembly() or env.Bit('nacl_clang'):
|
| - # This file has asm that nacl_clang doesn't support properly. See
|
| - # https://code.google.com/p/nativeclient/issues/detail?id=3969
|
| +if not env.AllowInlineAssembly():
|
| Return()
|
|
|
| test_args = {'sel_ldr_flags': ['-e', '-E', 'OUTSIDE_BROWSER=1'],
|
|
|