Fix typo in comment

llvm-svn: 280094
This commit is contained in:
Nico Weber 2016-08-30 14:24:28 +00:00
parent 7cd30bd7e6
commit 39dc744f19
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@
// RUN: | FileCheck -check-prefix=CHECK-NoSource %s // RUN: | FileCheck -check-prefix=CHECK-NoSource %s
// CHECK-NoSource: file.prof:{{.*}}input unused // CHECK-NoSource: file.prof:{{.*}}input unused
// ...but if an explicit file turns the file into a source file, handle it: // ...but if an explicit flag turns the file into a source file, handle it:
// RUN: %clang_cl /TP -Werror /Ycpchfile.h /FIpchfile.h /c -### -- %S/Inputs/file.prof 2>&1 \ // RUN: %clang_cl /TP -Werror /Ycpchfile.h /FIpchfile.h /c -### -- %S/Inputs/file.prof 2>&1 \
// RUN: | FileCheck -check-prefix=CHECK-NoSourceTP %s // RUN: | FileCheck -check-prefix=CHECK-NoSourceTP %s
// CHECK-NoSourceTP: cc1 // CHECK-NoSourceTP: cc1