]> granicus.if.org Git - llvm/commitdiff
Change the test added in r293099 so it does not have the string "llvm-nm" to fix
authorKevin Enderby <enderby@apple.com>
Wed, 25 Jan 2017 23:57:32 +0000 (23:57 +0000)
committerKevin Enderby <enderby@apple.com>
Wed, 25 Jan 2017 23:57:32 +0000 (23:57 +0000)
the clang-x86-windows-msvc2015 bot as the name is "llvm-nm.EXE" in that case.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@293114 91177308-0d34-0410-b5e6-96231b3b80d8

test/tools/llvm-nm/ARM/macho-print-size.test

index f32a7aabbcb2faa08e4fccf307d9c0ab927323db..98784587ee762aea21a0933aad1e5ebb71919bd7 100644 (file)
@@ -1,3 +1,3 @@
 @ RUN: llvm-nm -print-size -arch armv7m %p/Inputs/print-size.macho-armv7m 2>&1 | FileCheck %s
 
-@ CHECK: llvm-nm: warning sizes with -print-size for Mach-O files are always zero.
+@ CHECK: warning sizes with -print-size for Mach-O files are always zero.