friss added inline comments.

================
Comment at: 
packages/Python/lldbsuite/test/expression_command/argument_passing_restrictions/TestArgumentPassingRestrictions.py:28-29
+
+    self.expect("expr f.bar(&f).x",
+            substrs=['(int)', '= 11223344'])
----------------
This still tests only getting the return value and not passing the struct as an 
argument.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61146/new/

https://reviews.llvm.org/D61146



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

Reply via email to