Removing a redundant, but harmless, %s; NFC.

llvm-svn: 300347
This commit is contained in:
Aaron Ballman 2017-04-14 17:37:29 +00:00
parent 988f32d303
commit d57e29f866
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
// RUN: %clang_cc1 -std=c++11 -debug-info-kind=standalone \
// RUN: -dwarf-ext-refs -fmodule-format=obj \
// RUN: -triple %itanium_abi_triple \
// RUN: -include-pch %t.pch %s -emit-llvm -o %t-pch.ll %s
// RUN: -include-pch %t.pch %s -emit-llvm -o %t-pch.ll
// RUN: cat %t-pch.ll | FileCheck %s
// RUN: cat %t-pch.ll | FileCheck %s --check-prefix=CHECK-PCH