brintos

brintos / llvm-project-archived public Read only

0
0
Text · 256 B · 8031be2 Raw
8 lines · plain
1# REQUIRES: lua || python2 3# RUN: %build %p/Inputs/dummy-target.c -o %t.out4# RUN: %lldb %t.out -o 'b main' -o 'break command add 1 -o "script print(\"A R4Nd0m\" + \" Str1ng\")"' -o 'r' | FileCheck %s5 6# CHECK: A R4Nd0m Str1ng7# CHECK-NOT: A R4Nd0m Str1ng8