summaryrefslogtreecommitdiffstats
path: root/dexoptanalyzer
diff options
context:
space:
mode:
authorVladimir Marko <vmarko@google.com>2018-10-11 11:40:57 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-10-11 11:40:57 +0000
commit407bdb1d04896c533d205aa255cf8f53ce6660ef (patch)
tree4453fa8dc685034445c2c009a08690b5835f1a86 /dexoptanalyzer
parent34e3e3c1ac8c0c92c3d898b73b54d670c4dd5a8d (diff)
parenta2da9b99fa1ea3d25d52da71308a623b2aae216c (diff)
downloadart-407bdb1d04896c533d205aa255cf8f53ce6660ef.tar.gz
art-407bdb1d04896c533d205aa255cf8f53ce6660ef.tar.bz2
art-407bdb1d04896c533d205aa255cf8f53ce6660ef.zip
Merge "ART: Completely remove the --compile-pic option."
Diffstat (limited to 'dexoptanalyzer')
-rw-r--r--dexoptanalyzer/dexoptanalyzer_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/dexoptanalyzer/dexoptanalyzer_test.cc b/dexoptanalyzer/dexoptanalyzer_test.cc
index fe29fa109d..b9116f0fb8 100644
--- a/dexoptanalyzer/dexoptanalyzer_test.cc
+++ b/dexoptanalyzer/dexoptanalyzer_test.cc
@@ -208,6 +208,7 @@ TEST_F(DexoptAnalyzerTest, DexOdexNoOat) {
Verify(dex_location, CompilerFilter::kExtract);
Verify(dex_location, CompilerFilter::kSpeed);
+ Verify(dex_location, CompilerFilter::kEverything);
}
// Case: We have a stripped DEX file and a PIC ODEX file, but no OAT file.