summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite
diff options
context:
space:
mode:
authorTamas Berghammer <tberghammer@google.com>2016-11-09 11:52:12 +0000
committerTamas Berghammer <tberghammer@google.com>2016-11-09 11:52:12 +0000
commit1875087ce664d3f3438084dc2d899e552c1e6176 (patch)
treedef5ab8904ef87853424f9619f3c41eac3e86199 /lldb/packages/Python/lldbsuite
parent775bbc373639595f3c07ca15276145aa4917d0b7 (diff)
downloadbcm5719-llvm-1875087ce664d3f3438084dc2d899e552c1e6176.tar.gz
bcm5719-llvm-1875087ce664d3f3438084dc2d899e552c1e6176.zip
Fix expectation in TestStaticVariables.py after rL286302
The debug info emitted by clang for static variables improved by rL286302 and it exposed an incorrect test expactation because now LLDB able to displays more data 9thanks to better debug info) then before. llvm-svn: 286360
Diffstat (limited to 'lldb/packages/Python/lldbsuite')
-rw-r--r--lldb/packages/Python/lldbsuite/test/lang/cpp/class_static/TestStaticVariables.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/class_static/TestStaticVariables.py b/lldb/packages/Python/lldbsuite/test/lang/cpp/class_static/TestStaticVariables.py
index aab6f4ffe34..10e29e9899d 100644
--- a/lldb/packages/Python/lldbsuite/test/lang/cpp/class_static/TestStaticVariables.py
+++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/class_static/TestStaticVariables.py
@@ -44,7 +44,7 @@ class StaticVariableTestCase(TestBase):
self.expect(
'target variable A::g_points',
VARIABLES_DISPLAYED_CORRECTLY,
- patterns=['\(PointType \[[1-9]*\]\) A::g_points = {.*}'])
+ patterns=['\(PointType \[[1-9]*\]\) A::g_points = {'])
self.expect('target variable g_points', VARIABLES_DISPLAYED_CORRECTLY,
substrs=['(PointType [2]) g_points'])
OpenPOWER on IntegriCloud