Enable kSupportBootImageFixup

Change-Id: I57b338b3d985e2de96a6fb99327fc274406e3844
diff --git a/src/common_test.h b/src/common_test.h
index d8832f6..a3e530b 100644
--- a/src/common_test.h
+++ b/src/common_test.h
@@ -350,7 +350,7 @@
       }
     }
     class_linker_->FixupDexCaches(runtime_->GetResolutionMethod());
-    compiler_.reset(new Compiler(instruction_set, false, 2, false, NULL));
+    compiler_.reset(new Compiler(instruction_set, true, 2, false, new std::set<std::string>));
 #if defined(ART_USE_LLVM_COMPILER)
     compiler_->SetElfFileName("gtest");
 #endif