diff options
author | 2023-02-10 10:25:31 +0000 | |
---|---|---|
committer | 2023-02-13 18:35:10 +0000 | |
commit | 2c50b3a4f31cb9e845f80299e684cd9937b61e24 (patch) | |
tree | 42033e2f48b6c6656f062daec1aefffa8cad92e0 /compiler/optimizing/linearize_test.cc | |
parent | c5cfbde3674a04828b25e7511c38ee830f9c0568 (diff) |
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
Diffstat (limited to 'compiler/optimizing/linearize_test.cc')
-rw-r--r-- | compiler/optimizing/linearize_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/optimizing/linearize_test.cc b/compiler/optimizing/linearize_test.cc index b39bac5acf..01daa23511 100644 --- a/compiler/optimizing/linearize_test.cc +++ b/compiler/optimizing/linearize_test.cc @@ -31,7 +31,7 @@ namespace art HIDDEN { -class LinearizeTest : public OptimizingUnitTest { +class LinearizeTest : public CommonCompilerTest, public OptimizingUnitTestHelper { protected: template <size_t number_of_blocks> void TestCode(const std::vector<uint16_t>& data, |