From ebddef39dd50330a3c17ac1315e22394fadebf67 Mon Sep 17 00:00:00 2001 From: Paul Duffin Date: Fri, 12 Mar 2021 08:20:27 +0000 Subject: [PATCH] Fix build failure in boot_image_sdk_test.go Test: m nothing Change-Id: I1f386fe4119ac9c3efc8d046142d02862af5fd99 --- sdk/boot_image_sdk_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/boot_image_sdk_test.go b/sdk/boot_image_sdk_test.go index b4c227ffc..915253d19 100644 --- a/sdk/boot_image_sdk_test.go +++ b/sdk/boot_image_sdk_test.go @@ -29,7 +29,7 @@ func TestSnapshotWithBootImage(t *testing.T) { } `) - result.CheckSnapshot("mysdk", "", + CheckSnapshot(result, "mysdk", "", checkUnversionedAndroidBpContents(` // This is auto-generated. DO NOT EDIT.