From 57c4e39dcb8eb6013e22cfe82597111c5c6a55af Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 26 Feb 2018 09:53:46 +0200 Subject: Regularize directory target/scope-specific variable assignment syntax --- old-tests/attribute/buildfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'old-tests/attribute') diff --git a/old-tests/attribute/buildfile b/old-tests/attribute/buildfile index 6675894..7338641 100644 --- a/old-tests/attribute/buildfile +++ b/old-tests/attribute/buildfile @@ -6,10 +6,10 @@ #[foo=dir/file{bar}] # error: invalid attribute key #[foo] print hello # error: attributes before print -#[foo]./: # error: attributes before directory scope +#[foo]./ # error: attributes before directory scope #{ #} -#[foo]./: # error: attributes before target/scope +#[foo]./: # error: attributes before target scope #./: [foo] buildfile # error: attributes before prerequisites #import [foo] libz # error: attributes without variable -- cgit v1.1