aboutsummaryrefslogtreecommitdiffstats
path: root/cc/cc_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'cc/cc_test.go')
-rw-r--r--cc/cc_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/cc_test.go b/cc/cc_test.go
index a4e25349..10c1aba7 100644
--- a/cc/cc_test.go
+++ b/cc/cc_test.go
@@ -264,7 +264,7 @@ func checkVndkModule(t *testing.T, ctx *android.TestContext, name, subDir string
mod := ctx.ModuleForTests(name, vendorVariant).Module().(*Module)
if !mod.hasVendorVariant() {
- t.Error("%q must have vendor variant", name)
+ t.Errorf("%q must have vendor variant", name)
}
// Check library properties.