# You cannot continue a RUN with a DEFINE.
# RUN: echo \
# DEFINE: %{foo}=bar
# RUN: too late to continue
# CHECK: Test has unterminated '{{RUN}}:' directive (with '\') at line [[#@LINE-4]]
# CHECK: Unresolved: 1 {{\([0-9]*.[0-9]*%\)}}
# You cannot continue a RUN with a DEFINE.
# RUN: echo \
# DEFINE: %{foo}=bar
# RUN: too late to continue
# CHECK: Test has unterminated '{{RUN}}:' directive (with '\') at line [[#@LINE-4]]
# CHECK: Unresolved: 1 {{\([0-9]*.[0-9]*%\)}}