| Index: native_client_sdk/src/tests/nacl_io_test/mount_node_tty_test.cc
|
| diff --git a/native_client_sdk/src/tests/nacl_io_test/mount_node_tty_test.cc b/native_client_sdk/src/tests/nacl_io_test/mount_node_tty_test.cc
|
| index c9a67cd54fa825cad21223cef5e668a531246cf5..63977f17fcbc0d20c3832b7581a4eb715a607c74 100644
|
| --- a/native_client_sdk/src/tests/nacl_io_test/mount_node_tty_test.cc
|
| +++ b/native_client_sdk/src/tests/nacl_io_test/mount_node_tty_test.cc
|
| @@ -21,6 +21,7 @@
|
| #include "nacl_io/mount_mem.h"
|
| #include "nacl_io/osdirent.h"
|
|
|
| +#if 0
|
| using namespace nacl_io;
|
|
|
| namespace {
|
| @@ -247,3 +248,4 @@ TEST_F(TtyTest, WindowSize) {
|
| }
|
|
|
| }
|
| +#endif
|
|
|