friss added inline comments.
================
Comment at:
packages/Python/lldbsuite/test/expression_command/argument_passing_restrictions/TestArgumentPassingRestrictions.py:32
+ self.expect("expr takePassByRef(p)",
+ substrs=['(int)', '= 11223344'])
----------------
If this test passes, we have a problem. The code modifies p.x to be 42, so that
what it should return.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61146/new/
https://reviews.llvm.org/D61146
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits