Skip to content

Commit a13cb85

Browse files
committed
Fixed broken test due to bad build cache
1 parent a7a906e commit a13cb85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ShellCheck/Analytics.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2447,7 +2447,7 @@ prop_checkUnassignedReferences_minusZDefault = verifyNotTree checkUnassignedRefe
24472447
prop_checkUnassignedReferences50 = verifyNotTree checkUnassignedReferences "echo ${foo:+bar}"
24482448
prop_checkUnassignedReferences51 = verifyNotTree checkUnassignedReferences "echo ${foo:+$foo}"
24492449
prop_checkUnassignedReferences52 = verifyNotTree checkUnassignedReferences "wait -p pid; echo $pid"
2450-
prop_checkUnassignedReferences53 = verify checkUnassignedReferences "x=($foo)"
2450+
prop_checkUnassignedReferences53 = verifyTree checkUnassignedReferences "x=($foo)"
24512451

24522452
checkUnassignedReferences = checkUnassignedReferences' False
24532453
checkUnassignedReferences' includeGlobals params t = warnings

0 commit comments

Comments
 (0)