File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -2447,7 +2447,7 @@ prop_checkUnassignedReferences_minusZDefault = verifyNotTree checkUnassignedRefe
2447
2447
prop_checkUnassignedReferences50 = verifyNotTree checkUnassignedReferences " echo ${foo:+bar}"
2448
2448
prop_checkUnassignedReferences51 = verifyNotTree checkUnassignedReferences " echo ${foo:+$foo}"
2449
2449
prop_checkUnassignedReferences52 = verifyNotTree checkUnassignedReferences " wait -p pid; echo $pid"
2450
- prop_checkUnassignedReferences53 = verify checkUnassignedReferences " x=($foo)"
2450
+ prop_checkUnassignedReferences53 = verifyTree checkUnassignedReferences " x=($foo)"
2451
2451
2452
2452
checkUnassignedReferences = checkUnassignedReferences' False
2453
2453
checkUnassignedReferences' includeGlobals params t = warnings
You can’t perform that action at this time.
0 commit comments