Fix TestSBData.py on Windows
authorAdrian McCarthy <amccarth@google.com>
Thu, 22 Feb 2018 22:47:14 +0000 (22:47 +0000)
committerAdrian McCarthy <amccarth@google.com>
Thu, 22 Feb 2018 22:47:14 +0000 (22:47 +0000)
commit3db5d7e1241d9d7f92ffd4661be1afd9ca8b90a1
treeaf64aea52755d1d1e36662d31ed4aaffbb366207
parent82eb70f0d9285812b3f5eae149e857b86a93419a
Fix TestSBData.py on Windows

Ensure that the test data is an array of bytes rather than a string that gets
encoded differently between Python 2 and Python 3.

Differential Revision: https://reviews.llvm.org/D43532

llvm-svn: 325835
lldb/packages/Python/lldbsuite/test/python_api/sbdata/TestSBData.py