Index: tests/thread_capture/nacl_thread_capture_test_injection_test.c |
diff --git a/tests/thread_capture/nacl_thread_capture_test_injection_test.c b/tests/thread_capture/nacl_thread_capture_test_injection_test.c |
index e2d8657dc2fbecfcbe6494efb7eaa50bdb164cb0..9c6f2326a610501b4417c48311da7e2b61855a9e 100644 |
--- a/tests/thread_capture/nacl_thread_capture_test_injection_test.c |
+++ b/tests/thread_capture/nacl_thread_capture_test_injection_test.c |
@@ -19,6 +19,8 @@ |
#if NACL_ARCH(NACL_BUILD_ARCH) == NACL_arm |
static const int kExpectedSignal = SIGILL; |
+#elif NACL_ARCH(NACL_BUILD_ARCH) == NACL_mips |
+static const int kExpectedSignal = SIGTRAP; |
#else |
static const int kExpectedSignal = SIGSEGV; |
#endif |