================
@@ -1,7 +1,7 @@
 # REQUIRES: lua || python
 
 # RUN: %build %p/Inputs/dummy-target.c -o %t.out
-# RUN: %lldb %t.out -o 'b main' -o 'break command add 1 -o "script print(95000 
+ 126)"' -o 'r' | FileCheck %s
+# RUN: %lldb %t.out -o 'b main' -o 'break command add 1 -o "script print(\"A 
R4Nd0m\" + \" Str1ng\")"' -o 'r' | FileCheck %s
----------------
cmtice wrote:

Without string concatenation, the test detects the string in the script 
command, so that it is still found multiple times.

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

Reply via email to