aboutsummaryrefslogtreecommitdiffstats
path: root/glob_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'glob_test.go')
-rw-r--r--glob_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/glob_test.go b/glob_test.go
index 3fff5a8..15fd395 100644
--- a/glob_test.go
+++ b/glob_test.go
@@ -19,7 +19,7 @@ import "testing"
func TestGlobCache(t *testing.T) {
ctx := NewContext()
ctx.MockFileSystem(map[string][]byte{
- "Blueprints": nil,
+ "Android.bp": nil,
"a/a": nil,
"a/b": nil,
})