[PATCH] D32957: Another fix to D32609, this time in a separate patch so it gets applied.

Eric Beckmann via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 7 18:02:43 PDT 2017


ecbeckmann created this revision.

Quick fix so that the test resource file is found.


https://reviews.llvm.org/D32957

Files:
  llvm/test/tools/llvm-readobj/Inputs/resources/test_resource.obj.coff
  llvm/test/tools/llvm-readobj/resources.test


Index: llvm/test/tools/llvm-readobj/resources.test
===================================================================
--- llvm/test/tools/llvm-readobj/resources.test
+++ llvm/test/tools/llvm-readobj/resources.test
@@ -6,7 +6,7 @@
 
 RUN: llvm-readobj -coff-resources -section-data %p/Inputs/zero-string-table.obj.coff-i386 \
 RUN:   | FileCheck %s -check-prefix ZERO
-RUN: llvm-readobj -coff-resources %p/Inputs/resources/test_resource.o \
+RUN: llvm-readobj -coff-resources %p/Inputs/resources/test_resource.obj.coff \
 RUN:   | FileCheck %s -check-prefix TEST_RES
 
 ZERO:      Resources [


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32957.98118.patch
Type: text/x-patch
Size: 593 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170508/b7f28a4e/attachment.bin>


More information about the llvm-commits mailing list