diff options
Diffstat (limited to 'android/vintf_fragment_test.go')
-rw-r--r-- | android/vintf_fragment_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/vintf_fragment_test.go b/android/vintf_fragment_test.go index cd90b986c..cb038f5ad 100644 --- a/android/vintf_fragment_test.go +++ b/android/vintf_fragment_test.go @@ -31,6 +31,6 @@ func TestVintfManifestBuildAction(t *testing.T) { vintfFragmentBuild := testResult.TestContext.ModuleForTests("test_vintf_fragment", "android_common").Rule("assemble_vintf") if !strings.Contains(vintfFragmentBuild.RuleParams.Command, "assemble_vintf") { - t.Errorf("Vintf_manifest build command does not process with assemble_vintf : " + vintfFragmentBuild.RuleParams.Command) + t.Error("Vintf_manifest build command does not process with assemble_vintf : " + vintfFragmentBuild.RuleParams.Command) } } |