Try to make crlf portable to other printf implementations

llvm-svn: 315961
This commit is contained in:
Reid Kleckner 2017-10-17 00:27:31 +00:00
parent 10feee95ac
commit 06c8e40c9a
2 changed files with 3 additions and 1 deletions

View File

@ -0,0 +1,2 @@
t1 # This file must be DOS formatted
t2

View File

@ -1,4 +1,4 @@
RUN: printf '\r\n\r\n' | llvm-mc -as-lex | FileCheck %s
RUN: llvm-mc %S/Inputs/crlf.s -as-lex | FileCheck %s
There should only be two end of statements.
CHECK: EndOfStatement
CHECK: EndOfStatement