1# You cannot continue a RUN with a REDEFINE.
2
3# RUN: echo Hello \
4# REDEFINE: %{global:what}=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