From a2bfcbd876eeb5b2e9c19ebe47578199d22b2d1b Mon Sep 17 00:00:00 2001 From: Aaron Ballman <aaron@aaronballman.com> Date: Fri, 14 Apr 2017 17:37:29 +0000 Subject: [PATCH] Removing a redundant, but harmless, %s; NFC. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@300347 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Modules/ExtDebugInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Modules/ExtDebugInfo.cpp b/test/Modules/ExtDebugInfo.cpp index c39bce95066..3bd58a3da55 100644 --- a/test/Modules/ExtDebugInfo.cpp +++ b/test/Modules/ExtDebugInfo.cpp @@ -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 -- GitLab