187aa9c9eSJonas Devlieghere# Make sure lldb can handle filenames with single quotes in them. 2*9c739252SPavel Labath# RUN: %clang_host %p/Inputs/hello.c -g -o "%t-'pat" 387aa9c9eSJonas Devlieghere# RUN: %lldb -s %s "%t-'pat" | FileCheck %s 487aa9c9eSJonas Devlieghere 587aa9c9eSJonas Devliegherebr set -p return 687aa9c9eSJonas Devlieghere# CHECK: Breakpoint 1: where = TestSingleQuote.test.tmp-'pat`main 7