summaryrefslogtreecommitdiff
path: root/android/singleton_module_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'android/singleton_module_test.go')
-rw-r--r--android/singleton_module_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/singleton_module_test.go b/android/singleton_module_test.go
index eb5554c01..9d98478e2 100644
--- a/android/singleton_module_test.go
+++ b/android/singleton_module_test.go
@@ -46,8 +46,8 @@ var prepareForSingletonModuleTest = GroupFixturePreparers(
PrepareForTestWithAndroidMk,
FixtureRegisterWithContext(func(ctx RegistrationContext) {
ctx.RegisterSingletonModuleType("test_singleton_module", testSingletonModuleFactory)
- ctx.RegisterSingletonType("makevars", makeVarsSingletonFunc)
}),
+ PrepareForTestWithMakevars,
)
func TestSingletonModule(t *testing.T) {