Fix expectation in TestDataFormatterSynth
authorTamas Berghammer <tberghammer@google.com>
Fri, 13 Mar 2015 11:59:58 +0000 (11:59 +0000)
committerTamas Berghammer <tberghammer@google.com>
Fri, 13 Mar 2015 11:59:58 +0000 (11:59 +0000)
commit457ecce23d7c2b820db06cc65ff9a5b0669f1396
tree60de0ed0e97e7cb2390e56b1db982904fc05646f
parente95a49118c133d2446b7f559c1f0fdd449fa4ee6
Fix expectation in TestDataFormatterSynth

The value of some_values (pointer) expeced to start by 0x0 but nothing
requires that the first digit of the address be '0'.

This CL change the expectation to check only for a value starting with 0x.

llvm-svn: 232163
lldb/test/functionalities/data-formatter/data-formatter-synth/TestDataFormatterSynth.py