the python2 branch seems erroneous as it expected the object to be both a "String" and "Bytes".
Fix the expectation.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp | ||
---|---|---|
212 ↗ | (On Diff #48820) | Seems like this check is still valid? |
unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp | ||
---|---|---|
212 ↗ | (On Diff #48820) | 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. |