summaryrefslogtreecommitdiffstats
path: root/python/mozbuild/mozbuild/test/frontend/data/reader-error-repeated-dir/moz.build
blob: 91845b337fa144b53e316de891ce325163bf3c81 (plain)
1
2
3
4
5
6
7
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# Any copyright is dedicated to the Public Domain.
# http://creativecommons.org/publicdomain/zero/1.0/

DIRS = ["foo"]

DIRS += ["foo"]