Don't run ReferenceTypePropagation without a Thread
Update some of our gtests to create a Runtime, as
ReferenceTypePropagation expects to have one.
Test: run gtests
Change-Id: I75986b1a9dc0227ee05f507f2b03ffa8aa8f8e58
diff --git a/compiler/optimizing/suspend_check_test.cc b/compiler/optimizing/suspend_check_test.cc
index 93a84b4..76e7e0c 100644
--- a/compiler/optimizing/suspend_check_test.cc
+++ b/compiler/optimizing/suspend_check_test.cc
@@ -29,7 +29,7 @@
* Check that the HGraphBuilder adds suspend checks to backward branches.
*/
-class SuspendCheckTest : public OptimizingUnitTest {
+class SuspendCheckTest : public CommonCompilerTest, public OptimizingUnitTestHelper {
protected:
void TestCode(const std::vector<uint16_t>& data);
};