forked from OSchip/llvm-project
Add rdar://problem/9747668 info for "target variable g_marked_spot.y" command.
llvm-svn: 134772
This commit is contained in:
parent
98a5ddd006
commit
628d84005a
|
@ -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'])
|
||||
|
||||
|
|
Loading…
Reference in New Issue