diff options
Diffstat (limited to 'android/csuite_config_test.go')
-rw-r--r-- | android/csuite_config_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/csuite_config_test.go b/android/csuite_config_test.go index e534bb71c..5f86bbbfe 100644 --- a/android/csuite_config_test.go +++ b/android/csuite_config_test.go @@ -22,7 +22,7 @@ func testCSuiteConfig(test *testing.T, bpFileContents string) *TestContext { config := TestArchConfig(buildDir, nil) ctx := NewTestArchContext() - ctx.RegisterModuleType("csuite_config", ModuleFactoryAdaptor(CSuiteConfigFactory)) + ctx.RegisterModuleType("csuite_config", CSuiteConfigFactory) ctx.Register() mockFiles := map[string][]byte{ "Android.bp": []byte(bpFileContents), |