summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Protivensky <dprotivensky@accesssoftek.com>2015-04-03 08:03:23 +0000
committerDenis Protivensky <dprotivensky@accesssoftek.com>2015-04-03 08:03:23 +0000
commitee3261834e6955ddd544645a1e820a3ff156d8bd (patch)
tree0fb4fb443686b0533ff86441a80a093710d3743d
parentc04fbb734031c3b96932ad1634a4418cdd1eb38d (diff)
downloadbcm5719-llvm-ee3261834e6955ddd544645a1e820a3ff156d8bd.tar.gz
bcm5719-llvm-ee3261834e6955ddd544645a1e820a3ff156d8bd.zip
[ARM] Avoid potential error in test because of name collision
llvm-svn: 234001
-rw-r--r--lld/test/elf/ARM/entry-point.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/test/elf/ARM/entry-point.test b/lld/test/elf/ARM/entry-point.test
index 7418b7dc08e..2fc4ea59762 100644
--- a/lld/test/elf/ARM/entry-point.test
+++ b/lld/test/elf/ARM/entry-point.test
@@ -17,8 +17,8 @@
# 3. Check wrong entry point address align for ARM code.
# RUN: yaml2obj -format=elf -docnum 3 %s > %t-arm-wrong.o
# RUN: not lld -flavor gnu -target arm -m armelf_linux_eabi -Bstatic \
-# RUN: --noinhibit-exec %t-arm-wrong.o -o %t-arm-wrong 2> %t-arm-wrong
-# FileCheck -check-prefix=ARM-WRONG %s < %t-arm-wrong
+# RUN: --noinhibit-exec %t-arm-wrong.o -o %t-arm-wrong 2> %t-error
+# FileCheck -check-prefix=ARM-WRONG %s < %t-error
#
# ARM-WRONG: Two least bits must be zero for ARM entry point
OpenPOWER on IntegriCloud