diff options
Diffstat (limited to 'unit-tests/varmod-loop.exp')
| -rw-r--r-- | unit-tests/varmod-loop.exp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/unit-tests/varmod-loop.exp b/unit-tests/varmod-loop.exp index 356946f63a9b..6aef3fe86857 100644 --- a/unit-tests/varmod-loop.exp +++ b/unit-tests/varmod-loop.exp @@ -1,7 +1,9 @@ Parsing line 91: USE_8_DOLLARS= ${:U1:@var@${8_DOLLARS}@} ${8_DOLLARS} $$$$$$$$ +Parsing line 92: .if ${USE_8_DOLLARS} != "\$\$\$\$ \$\$\$\$ \$\$\$\$" CondParser_Eval: ${USE_8_DOLLARS} != "\$\$\$\$ \$\$\$\$ \$\$\$\$" Comparing "$$$$ $$$$ $$$$" != "$$$$ $$$$ $$$$" Parsing line 96: SUBST_CONTAINING_LOOP:= ${USE_8_DOLLARS} +Parsing line 118: .if ${SUBST_CONTAINING_LOOP} != "\$\$ \$\$\$\$ \$\$\$\$" CondParser_Eval: ${SUBST_CONTAINING_LOOP} != "\$\$ \$\$\$\$ \$\$\$\$" Comparing "$$ $$$$ $$$$" != "$$ $$$$ $$$$" Parsing line 121: .MAKEFLAGS: -d0 |
