view llvm/test/FileCheck/two-checks-for-same-match.txt @ 150:1d019706d866

LLVM10
author anatofuz
date Thu, 13 Feb 2020 15:10:13 +0900 (2020-02-13)
parents
children
line wrap: on
line source
// Check that two distinct CHECK lines won't match the same string
// RUN: not FileCheck -input-file %s %s

; CHECK: {{a[0-9]b}}
; CHECK: {{a[0-9]b}}

a2b