Fix expectation in TestStaticVariables.py after rL286302
authorTamas Berghammer <tberghammer@google.com>
Wed, 9 Nov 2016 11:52:12 +0000 (11:52 +0000)
committerTamas Berghammer <tberghammer@google.com>
Wed, 9 Nov 2016 11:52:12 +0000 (11:52 +0000)
commit1875087ce664d3f3438084dc2d899e552c1e6176
treedef5ab8904ef87853424f9619f3c41eac3e86199
parent775bbc373639595f3c07ca15276145aa4917d0b7
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
lldb/packages/Python/lldbsuite/test/lang/cpp/class_static/TestStaticVariables.py