Replace CRLF with LF.

llvm-svn: 305714
This commit is contained in:
Rui Ueyama 2017-06-19 17:23:04 +00:00
parent 44cdb10964
commit 86360d6902
1 changed files with 9 additions and 9 deletions

View File

@ -1,9 +1,9 @@
# REQUIRES: x86
# RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o
# RUN: not ld.lld %t.o -o %t -z max-page-size 2>&1 | FileCheck %s
# CHECK: invalid max-page-size
# CHECK-NOT: error
.global _start
_start:
nop
# REQUIRES: x86
# RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o
# RUN: not ld.lld %t.o -o %t -z max-page-size 2>&1 | FileCheck %s
# CHECK: invalid max-page-size
# CHECK-NOT: error
.global _start
_start:
nop