Fix bot failure due to new test

I had updated the output file name but not the corresponding nm based check
before submitting as r279023. This should fix the bot failures

llvm-svn: 279025
This commit is contained in:
Teresa Johnson 2016-08-18 01:18:15 +00:00
parent 3dba7ebde4
commit f1844daac9
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
; bar should still exist (if we had internalized P it would look dead).
; OPT: @bar
; RUN: llvm-nm %t3.o | FileCheck %s --check-prefix=NM
; RUN: llvm-nm %t3 | FileCheck %s --check-prefix=NM
; NM: bar
source_filename = "common1.c"