Skip to content

Commit a120d60

Browse files
committed
Handle Windows line endings in tag-html test
1 parent 5995e4b commit a120d60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/test/tools/llvm-rc/tag-html.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
; RUN: rm -rf %t && mkdir %t && cd %t
22
; RUN: cp %p/Inputs/webpage*.html .
3+
; RUN: dos2unix webpage*.html
34
; RUN: llvm-rc -no-preprocess /FO %t/tag-html.res -- %p/Inputs/tag-html.rc
45
; RUN: llvm-readobj %t/tag-html.res | FileCheck %s --check-prefix HTML
56

0 commit comments

Comments
 (0)