summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objcopy/add-section.test
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/tools/llvm-objcopy/add-section.test')
-rw-r--r--llvm/test/tools/llvm-objcopy/add-section.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/llvm-objcopy/add-section.test b/llvm/test/tools/llvm-objcopy/add-section.test
index 048edcba227..369d1194efc 100644
--- a/llvm/test/tools/llvm-objcopy/add-section.test
+++ b/llvm/test/tools/llvm-objcopy/add-section.test
@@ -1,6 +1,6 @@
# RUN: yaml2obj %s > %t
# RUN: llvm-objcopy -O binary -j .test2 %t %t.sec
-# RUN: llvm-objcopy -R=.test2 %t %t2
+# RUN: llvm-objcopy -R .test2 %t %t2
# RUN: llvm-objcopy -add-section=.test2=%t.sec %t2 %t3
# RUN: llvm-readobj -file-headers -sections -section-data %t3 | FileCheck %s
OpenPOWER on IntegriCloud