xref: /llvm-project/lldb/test/Shell/Driver/TestSingleQuote.test (revision 9c739252261ea762d1bbbd8234d93c9038711fcd)
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 %s
4
5br set -p return
6# CHECK: Breakpoint 1: where = TestSingleQuote.test.tmp-'pat`main
7