aboutsummaryrefslogtreecommitdiff
path: root/old-tests/scope/amalgamation/l1/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'old-tests/scope/amalgamation/l1/buildfile')
-rw-r--r--old-tests/scope/amalgamation/l1/buildfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/old-tests/scope/amalgamation/l1/buildfile b/old-tests/scope/amalgamation/l1/buildfile
index 55d8c64..c6d3506 100644
--- a/old-tests/scope/amalgamation/l1/buildfile
+++ b/old-tests/scope/amalgamation/l1/buildfile
@@ -1,6 +1,6 @@
# Out of amalgamation.
#
-../../:
+../../
{
print -1: $project
print -1: $src_base
@@ -9,7 +9,7 @@
# In amalgamation.
#
-../s/:
+../s/
{
print 0: $project
print 0: $src_base
@@ -18,7 +18,7 @@
# In project.
#
-s/:
+s/
{
print 1: $project
print 1: $src_base
@@ -27,7 +27,7 @@ s/:
# In sub-project.
#
-l2/s/:
+l2/s/
{
print 2: $project
print 2: $src_base