Remove duplicated line.

llvm-svn: 167767
This commit is contained in:
Rafael Espindola 2012-11-12 22:29:43 +00:00
parent 1d6178065c
commit 09e985b451

View File

@ -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(...);