================
@@ -62,7 +62,7 @@ def test_subscript(self):
self.expect(
"frame var 'int_arr[-1]'",
error=True,
- substrs=["unrecognized token"],
+ substrs=["failed to parse integer constant"],
----------------
kuilpd wrote:Should I make a separate PR to fix this? https://github.com/llvm/llvm-project/pull/141422 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
