[testsuite] Add a comment explaining what this test does.

llvm-svn: 353896
This commit is contained in:
Davide Italiano 2019-02-12 23:02:53 +00:00
parent 3908221356
commit 3eac27789d
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
# Make sure lldb can handle filenames with single quotes in them.
# RUN: %clang %p/Inputs/hello.c -g -o "%t-'pat"
# RUN: %lldb -s %s "%t-'pat" | FileCheck %s