Relax a data formatter test

Before inspecting the contents of a list, make sure that we've stepped
past the push_back() that inserts the element we're interested in.

llvm-svn: 343899
This commit is contained in:
Vedant Kumar 2018-10-05 23:14:13 +00:00
parent 884e52a7d2
commit 9d9c965544
1 changed files with 1 additions and 0 deletions

View File

@ -190,6 +190,7 @@ class LibcxxListDataFormatterTestCase(TestBase):
self.runCmd("n") # This gets us past the printf
self.runCmd("n")
self.runCmd("n")
# check access-by-index
self.expect("frame variable text_list[0]",