diff options
Diffstat (limited to 'android/defs.go')
-rw-r--r-- | android/defs.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/defs.go b/android/defs.go index b28d2fa3d..03968c10d 100644 --- a/android/defs.go +++ b/android/defs.go @@ -232,7 +232,7 @@ func shellUnescape(s string) string { // ContentFromFileRuleForTests returns the content that was passed to a WriteFileRule for use // in tests. -func ContentFromFileRuleForTests(t *testing.T, params TestingBuildParams) string { +func ContentFromFileRuleForTests(t *testing.T, ctx *TestContext, params TestingBuildParams) string { t.Helper() if g, w := params.Rule, writeFile; g != w { t.Errorf("expected params.Rule to be %q, was %q", w, g) |