summaryrefslogtreecommitdiffstats
path: root/src/oat_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/oat_test.cc')
-rw-r--r--src/oat_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/oat_test.cc b/src/oat_test.cc
index 5d6edf2e9..a7fbaf14a 100644
--- a/src/oat_test.cc
+++ b/src/oat_test.cc
@@ -106,7 +106,7 @@ TEST_F(OatTest, WriteRead) {
ASSERT_TRUE(oat_file.get() != NULL);
const OatHeader& oat_header = oat_file->GetOatHeader();
ASSERT_TRUE(oat_header.IsValid());
- ASSERT_EQ(1U, oat_header.GetDexFileCount());
+ ASSERT_EQ(2U, oat_header.GetDexFileCount()); // core and conscrypt
ASSERT_EQ(42U, oat_header.GetImageFileLocationOatChecksum());
ASSERT_EQ(4096U, oat_header.GetImageFileLocationOatDataBegin());
ASSERT_EQ("lue.art", oat_header.GetImageFileLocation());