From 451ade51e090ce5e2e5822d9c24881546f529693 Mon Sep 17 00:00:00 2001 From: Kevin Enderby Date: Fri, 16 Jan 2015 23:29:07 +0000 Subject: [PATCH] =?UTF-8?q?Change=20the=20test=20case=20for=20llvm-objdump?= =?UTF-8?q?=E2=80=99s=20-archive-headers=20option=20to=20not=20check=20the?= =?UTF-8?q?=20size=20while=20I=20once=20again=20try=20to=20figure=20out=20?= =?UTF-8?q?why=20only=20the=20clang-cmake-armv7-a15-full=20bot=20is=20gett?= =?UTF-8?q?ing=20that=20value=20wrong.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226345 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/tools/llvm-objdump/X86/macho-archive-headers.test | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/tools/llvm-objdump/X86/macho-archive-headers.test b/test/tools/llvm-objdump/X86/macho-archive-headers.test index 3d9043e671a..45b9cc4d587 100644 --- a/test/tools/llvm-objdump/X86/macho-archive-headers.test +++ b/test/tools/llvm-objdump/X86/macho-archive-headers.test @@ -3,8 +3,8 @@ RUN: | FileCheck %s # Note the date as printed by ctime(3) is time zone dependent and not checked. CHECK: Archive : {{.*}}/macho-universal-archive.x86_64.i386 (architecture x86_64) -CHECK: -rw-r--r--124/11 44 {{.*}} __.SYMDEF SORTED -CHECK: -rw-r--r--124/0 860 {{.*}} hello.o +CHECK: -rw-r--r--124/11 {{.*}} __.SYMDEF SORTED +CHECK: -rw-r--r--124/0 {{.*}} hello.o CHECK: Archive : {{.*}}/macho-universal-archive.x86_64.i386 (architecture i386) -CHECK: -rw-r--r--124/11 60 {{.*}} __.SYMDEF SORTED -CHECK: -rw-r--r--124/0 388 {{.*}} foo.o +CHECK: -rw-r--r--124/11 {{.*}} __.SYMDEF SORTED +CHECK: -rw-r--r--124/0 {{.*}} foo.o