aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-06-08 12:47:40 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-06-08 13:50:35 +0200
commit41cdd833e6ea37752be183541cfa5c5fbdc11ab1 (patch)
tree5d6705f426b2d3ad8bfc975a26b9b6e949e26681 /tests
parent23a8204d60a7f189fa4659f51b828599fc5838a3 (diff)
Get rid of special *{} wildcard target type notation in target type/patterns
Explicit target{} should be used instead. Also, in this context, absent target type is now treated as file{} rather than target{}, for consistency with all other cases.
Diffstat (limited to 'tests')
-rw-r--r--tests/variable/target-type-pattern-specific/testscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/variable/target-type-pattern-specific/testscript b/tests/variable/target-type-pattern-specific/testscript
index 9962342..016380b 100644
--- a/tests/variable/target-type-pattern-specific/testscript
+++ b/tests/variable/target-type-pattern-specific/testscript
@@ -58,7 +58,7 @@ print $(file{x-foz}: x)
*: x1 = X1
{*}: x2 = X2
-*{*}: x3 = X3
+target{*}: x3 = X3
print $(file{x}: x1)
print $(file{x}: x2)
print $(file{x}: x3)