Index: tests/random/random_test.c |
diff --git a/tests/random/random_test.c b/tests/random/random_test.c |
index 1738973d6e0067e433916cb46330135746e25b1a..206fb263b3c27d0cb16e7a8f147c8e5fe752ccb2 100644 |
--- a/tests/random/random_test.c |
+++ b/tests/random/random_test.c |
@@ -11,14 +11,9 @@ |
#include <nacl/nacl_random.h> |
#include "native_client/src/include/nacl_assert.h" |
-#include "native_client/src/shared/srpc/nacl_srpc.h" |
#include "native_client/tests/inbrowser_test_runner/test_runner.h" |
int TestMain(void) { |
-#if !TESTS_USE_IRT |
- NaClSrpcModuleInit(); |
-#endif |
- |
int result = 0; |
uint8_t byte1 = 0; |