summaryrefslogtreecommitdiff
path: root/sdk/exports_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'sdk/exports_test.go')
-rw-r--r--sdk/exports_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdk/exports_test.go b/sdk/exports_test.go
index 1c59244d8..54a40d272 100644
--- a/sdk/exports_test.go
+++ b/sdk/exports_test.go
@@ -42,7 +42,7 @@ func TestModuleExportsSnapshot(t *testing.T) {
"package/Android.bp": []byte(packageBp),
})
- result.CheckSnapshot("myexports", "package",
+ CheckSnapshot(result, "myexports", "package",
checkAndroidBpContents(`
// This is auto-generated. DO NOT EDIT.