[PATCH] D51140: Fix two RUN: lines that were unintentionally spelled "RN:".

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 22 16:13:21 PDT 2018


thakis created this revision.
thakis added a reviewer: ruiu.

https://reviews.llvm.org/D51140

Files:
  lld/test/COFF/baserel.test


Index: lld/test/COFF/baserel.test
===================================================================
--- lld/test/COFF/baserel.test
+++ lld/test/COFF/baserel.test
@@ -47,9 +47,9 @@
 # RUN: llvm-readobj -file-headers -sections %t.exe | FileCheck %s \
 # RUN:   --check-prefix=BASEREL-HEADER
 #
-# RN: lld-link /out:%t.exe /entry:main /fixed %t.obj %p/Inputs/std64.lib
-# RN: llvm-readobj -file-headers %t.exe | FileCheck %s \
-# RN:   --check-prefix=NOBASEREL-HEADER
+# RUN: lld-link /out:%t.exe /entry:main /fixed %t.obj %p/Inputs/std64.lib
+# RUN: llvm-readobj -file-headers %t.exe | FileCheck %s \
+# RUN:   --check-prefix=NOBASEREL-HEADER
 #
 # BASEREL-HEADER-NOT: IMAGE_FILE_RELOCS_STRIPPED
 #


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51140.162094.patch
Type: text/x-patch
Size: 699 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180822/28eeca46/attachment.bin>


More information about the llvm-commits mailing list