Fix PythonDataObjectsTests for python 2
authorPavel Labath <labath@google.com>
Thu, 25 Feb 2016 17:41:59 +0000 (17:41 +0000)
committerPavel Labath <labath@google.com>
Thu, 25 Feb 2016 17:41:59 +0000 (17:41 +0000)
commit5a8453d576319f5bca9dc3788e1ae29694e55911
treee2d43761ff31d36e1cf9db6bb63690146cc840b5
parent1d180c31f4b4e220c9575abac577dd4fad9483e5
Fix PythonDataObjectsTests for python 2

Summary:
the python2 branch seems erroneous as it expected the object to be both a "String" and "Bytes".
Fix the expectation.

Reviewers: zturner

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D17545

llvm-svn: 261901
lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp