aboutsummaryrefslogtreecommitdiffstats
path: root/cc
diff options
context:
space:
mode:
Diffstat (limited to 'cc')
-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 962bde5b..434edcdf 100644
--- a/cc/test_data_test.go
+++ b/cc/test_data_test.go
@@ -117,7 +117,7 @@ func TestDataTests(t *testing.T) {
}
defer os.RemoveAll(buildDir)
- config := android.TestConfig(buildDir)
+ config := android.TestConfig(buildDir, nil)
for _, test := range testDataTests {
t.Run(test.name, func(t *testing.T) {