| Index: native_client_sdk/src/tests/nacl_io_socket_test/example.dsc
|
| diff --git a/native_client_sdk/src/tests/nacl_io_socket_test/example.dsc b/native_client_sdk/src/tests/nacl_io_socket_test/example.dsc
|
| index 98f58f59a601d8cca8556de4a53722b3a53ddde5..40862cfc5201370220f9cd6979540b9e76cb36ae 100644
|
| --- a/native_client_sdk/src/tests/nacl_io_socket_test/example.dsc
|
| +++ b/native_client_sdk/src/tests/nacl_io_socket_test/example.dsc
|
| @@ -13,7 +13,7 @@
|
| 'DEPS': ['ppapi_simple', 'nacl_io'],
|
| # Order matters here: gtest has a "main" function that will be used if
|
| # referenced before ppapi.
|
| - 'LIBS': ['ppapi_simple', 'gmock', 'nacl_io', 'ppapi_cpp', 'ppapi', 'gtest', 'pthread'],
|
| + 'LIBS': ['ppapi_simple', 'gmock', 'ppapi', 'gtest', 'nacl_io', 'ppapi_cpp', 'pthread'],
|
| 'CXXFLAGS': ['-Wno-sign-compare']
|
| }
|
| ],
|
|
|