]> granicus.if.org Git - clang/commitdiff
Removing a redundant, but harmless, %s; NFC.
authorAaron Ballman <aaron@aaronballman.com>
Fri, 14 Apr 2017 17:37:29 +0000 (17:37 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Fri, 14 Apr 2017 17:37:29 +0000 (17:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@300347 91177308-0d34-0410-b5e6-96231b3b80d8

test/Modules/ExtDebugInfo.cpp

index c39bce950664e27f402e7dcf2ec064c2e1e66896..3bd58a3da551090b576e9889f9c40529b851ee56 100644 (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