brintos

brintos / llvm-project-archived public Read only

0
0
Text · 247 B · af321ba Raw
7 lines · plain
1# Make sure lldb can handle filenames with single quotes in them.2# RUN: %clang_host %p/Inputs/hello.c -g -o "%t-'pat"3# RUN: %lldb -s %s "%t-'pat" | FileCheck %s4 5br set -p return6# CHECK: Breakpoint 1: where = TestSingleQuote.test.tmp-'pat`main7