diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/variable/target-type-pattern-specific/testscript | 2 |
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) |