summaryrefslogtreecommitdiff
path: root/cc/test_data_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'cc/test_data_test.go')
-rw-r--r--cc/test_data_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/test_data_test.go b/cc/test_data_test.go
index 426dfc57c..a62116677 100644
--- a/cc/test_data_test.go
+++ b/cc/test_data_test.go
@@ -127,7 +127,7 @@ func TestDataTests(t *testing.T) {
ctx.RegisterModuleType("test", newTest)
ctx.Register()
- _, errs := ctx.ParseBlueprintsFiles("Blueprints")
+ _, errs := ctx.ParseBlueprintsFiles("Android.bp")
android.FailIfErrored(t, errs)
_, errs = ctx.PrepareBuildActions(config)
android.FailIfErrored(t, errs)