Add rdar://problem/9747668 info for "target variable g_marked_spot.y" command.

llvm-svn: 134772
This commit is contained in:
Johnny Chen 2011-07-08 23:38:39 +00:00
parent 98a5ddd006
commit 628d84005a
1 changed files with 5 additions and 0 deletions

View File

@ -64,6 +64,11 @@ class GlobalVariablesTestCase(TestBase):
substrs = ['g_a', '123'])
self.expect("target variable g_marked_spot.x", VARIABLES_DISPLAYED_CORRECTLY,
substrs = ['g_marked_spot.x', '20'])
# rdar://problem/9747668
# runCmd: target variable g_marked_spot.y
# output: (int) g_marked_spot.y = <a.o[0x214] can't be resolved, in not currently loaded.
# >
self.expect("target variable g_marked_spot.y", VARIABLES_DISPLAYED_CORRECTLY,
substrs = ['g_marked_spot.y', '21'])