labath 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());
 
----------------
zturner wrote:
> Seems like this check is still valid?
Not on python 2, I get "string" there. We can't have checks on line 212 and 216 
both be true, so I assumed "string" is intended. Note that I have simply moved 
this check into the python-3 branch.


http://reviews.llvm.org/D17545



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to