view test/FileCheck/dos-style-eol.txt @ 68:a37375f10d66

remove unnecessary comments
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Wed, 12 Feb 2014 01:06:33 +0900
parents 95c75e76d11b
children
line wrap: on
line source

// Test for using FileCheck on DOS style end-of-line
// This test was deliberately committed with DOS style end of line.
// Don't change line endings!
// RUN: FileCheck -input-file %s %s
// RUN: FileCheck  --strict-whitespace -input-file %s %s

LINE 1
; CHECK: {{^}}LINE 1{{$}}

LINE 2
; CHECK: {{^}}LINE 2{{$}}