mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-05-13 17:37:00 +00:00

When files are synchronized locally as CRLF on Windows, grep didn't match the newline. Switched to FileCheck instead. Differential Revision: https://reviews.llvm.org/D61496 llvm-svn: 360467
8 lines
171 B
C
8 lines
171 B
C
// RUN: %clang_cc1 -E %s | FileCheck %s --match-full-lines --strict-whitespace
|
|
// CHECK: zzap
|
|
|
|
// zzap is on a new line, should be indented.
|
|
#define BLAH zzap
|
|
BLAH
|
|
|