diff options
Diffstat (limited to 'android/androidmk_test.go')
-rw-r--r-- | android/androidmk_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/android/androidmk_test.go b/android/androidmk_test.go index 0bb455bb3..940e32418 100644 --- a/android/androidmk_test.go +++ b/android/androidmk_test.go @@ -47,8 +47,8 @@ func TestAndroidMkSingleton_PassesUpdatedAndroidMkDataToCustomCallback(t *testin config.inMake = true // Enable androidmk Singleton ctx := NewTestContext() - ctx.RegisterSingletonType("androidmk", SingletonFactoryAdaptor(AndroidMkSingleton)) - ctx.RegisterModuleType("custom", ModuleFactoryAdaptor(customModuleFactory)) + ctx.RegisterSingletonType("androidmk", AndroidMkSingleton) + ctx.RegisterModuleType("custom", customModuleFactory) ctx.Register() bp := ` |