labath added a reviewer: teemperor. labath marked an inline comment as done. labath added inline comments.
================ Comment at: lldb/test/API/commands/expression/dollar-in-variable/main.c:20 //%self.expect("expr int $foo = 123", error=True, substrs=["declaration conflicts"]) - return 0; //%self.expect("expr $0", substrs=['(int)', ' = 14']) + return 0; //TODO: self.expect("expr $0", substrs=['(int)', ' = 14']) } ---------------- Raphael: This check wasn't executed before this patch. As far as I can tell, this functionality hasn't worked since the test was first introduced (r365698). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D79563/new/ https://reviews.llvm.org/D79563 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits