Testcase cleanup: remove an unused RUN line in an input file.

llvm-svn: 271614
This commit is contained in:
Adrian Prantl 2016-06-02 23:58:52 +00:00
parent 24df841234
commit 8d2763bd02
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
; REQUIRES: object-emission
; RUN: %llc_dwarf -O0 -filetype=obj < %s | llvm-dwarfdump - | FileCheck %s
; Generated from the following source compiled with clang++ -gmlt:
; void f1() {}