From: Rafael Espindola Date: Mon, 12 Nov 2012 22:29:43 +0000 (+0000) Subject: Remove duplicated line. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=882995be7ca56efb2ae7beb64611a0fe460768cc;p=clang Remove duplicated line. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@167767 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenCXX/trivial-constructor-init.cpp b/test/CodeGenCXX/trivial-constructor-init.cpp index 4922a9ee09..65ed45e259 100644 --- a/test/CodeGenCXX/trivial-constructor-init.cpp +++ b/test/CodeGenCXX/trivial-constructor-init.cpp @@ -1,5 +1,4 @@ // RUN: %clang_cc1 -emit-llvm %s -o - -std=c++11 | FileCheck %s -// RUN: %clang_cc1 -emit-llvm %s -o - -std=c++11 | FileCheck %s extern "C" int printf(...);