Make CommonTest::runtime_ a compiler

Change-Id: I3f4c568558d7e6b7423919dea92ea734928a7561
diff --git a/src/common_test.h b/src/common_test.h
index 446ab5a..c174173 100644
--- a/src/common_test.h
+++ b/src/common_test.h
@@ -180,6 +180,7 @@
     boot_class_path += GetLibCoreDexFileName();
 
     Runtime::Options options;
+    options.push_back(std::make_pair("compiler", reinterpret_cast<void*>(NULL)));
     options.push_back(std::make_pair(boot_class_path.c_str(), reinterpret_cast<void*>(NULL)));
     options.push_back(std::make_pair("-Xcheck:jni", reinterpret_cast<void*>(NULL)));
     options.push_back(std::make_pair("-Xms64m", reinterpret_cast<void*>(NULL)));