[Lldb-commits] [PATCH] D17545: Fix PythonDataObjectsTests for python 2

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Tue Feb 23 08:42:43 PST 2016


zturner added inline comments.

================
Comment at: unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp:212
@@ -211,3 +211,2 @@
     PythonBytes python_bytes(PyRefType::Owned, py_bytes);
-    EXPECT_EQ(PyObjectType::Bytes, python_bytes.GetObjectType());
 
----------------
Seems like this check is still valid?


http://reviews.llvm.org/D17545





More information about the lldb-commits mailing list