Skip to content

Commit 9de8065

Browse files
committed
Update MicrodumpProcessorTest.TestProcessArm to pass.
1 parent 2f28f53 commit 9de8065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/processor/microdump_processor_unittest.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ TEST_F(MicrodumpProcessorTest, TestProcessArm) {
181181
ASSERT_EQ("Qualcomm", state.system_info()->gl_vendor);
182182
ASSERT_EQ("Adreno (TM) 330", state.system_info()->gl_renderer);
183183
ASSERT_EQ("OS VERSION INFO", state.system_info()->os_version);
184-
ASSERT_EQ(8U, state.threads()->at(0)->frames()->size());
184+
ASSERT_EQ(3U, state.threads()->at(0)->frames()->size());
185185
ASSERT_EQ("MicrodumpWriterTest_Setup_Test::TestBody",
186186
state.threads()->at(0)->frames()->at(0)->function_name);
187187
ASSERT_EQ("testing::Test::Run",

0 commit comments

Comments
 (0)