xref: /llvm-project/llvm/utils/lit/tests/Inputs/shtest-define/errors/defined-check/define-multiple-exact.txt (revision 0b7ae41b23fc05c2ac3afc8566b8a923d7f76c45)
1# DEFINE: %{global:multiple-exact} = @
2# RUN: echo '%{global:multiple-exact}'
3
4#      CHECK: ValueError: Substitution whose pattern contains '%{global:multiple-exact}' is already defined before '{{DEFINE}}:' directive at line [[#@LINE-3]]
5# CHECK-NEXT: Existing pattern: %{global:multiple-exact}
6# CHECK-NEXT: Existing pattern: %{global:multiple-exact}
7#  CHECK-NOT: Existing pattern:
8
9# CHECK: Unresolved: 1 {{\([0-9]*.[0-9]*%\)}}
10