================
@@ -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"],
----------------
labath wrote:

This is more of the previous PR, but I think this should actually work. Current 
"frame var" will happily access a pointer/array with negative indexes.

https://github.com/llvm/llvm-project/pull/141422
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to