Add extra value string to self.expect().

llvm-svn: 115150
This commit is contained in:
Johnny Chen 2010-09-30 16:00:12 +00:00
parent 136ed51b08
commit 448718a863
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ class SetValuesTestCase(TestBase):
# rdar://problem/8422727
# set_values test directory: 'frame variable' shows only (long double) i =
self.expect("frame variable", VARIABLES_DISPLAYED_CORRECTLY,
startstr = "(long double) i = ")
startstr = "(long double) i = 3.14159")
# TODO:
# Now set variable 'i' and check that it is correctly displayed.