xref: /llvm-project/llvm/utils/lit/tests/Inputs/shtest-define/errors/continuation/unterminated-run-define.txt (revision 0b7ae41b23fc05c2ac3afc8566b8a923d7f76c45)
1# You cannot continue a RUN with a DEFINE.
2
3# RUN: echo \
4# DEFINE: %{foo}=bar
5# RUN: too late to continue
6
7# CHECK: Test has unterminated '{{RUN}}:' directive (with '\') at line [[#@LINE-4]]
8
9# CHECK: Unresolved: 1 {{\([0-9]*.[0-9]*%\)}}
10