mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-12 22:53:08 +00:00
06c8e40c9a
llvm-svn: 315961
6 lines
167 B
Plaintext
6 lines
167 B
Plaintext
RUN: llvm-mc %S/Inputs/crlf.s -as-lex | FileCheck %s
|
|
There should only be two end of statements.
|
|
CHECK: EndOfStatement
|
|
CHECK: EndOfStatement
|
|
CHECK-NOT: EndOfStatement
|