summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object/nm-universal-binary.test
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Object/nm-universal-binary.test')
-rw-r--r--llvm/test/Object/nm-universal-binary.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Object/nm-universal-binary.test b/llvm/test/Object/nm-universal-binary.test
index 8febfdfab39..07a97f7aff9 100644
--- a/llvm/test/Object/nm-universal-binary.test
+++ b/llvm/test/Object/nm-universal-binary.test
@@ -1,6 +1,6 @@
RUN: llvm-nm %p/Inputs/macho-universal.x86_64.i386 | FileCheck %s
CHECK: macho-universal.x86_64.i386:x86_64
-CHECK: main
+CHECK: 0000000100000f60 T _main
CHECK: macho-universal.x86_64.i386:i386
-CHECK: main
+CHECK: 00001fa0 T _main
OpenPOWER on IntegriCloud