summaryrefslogtreecommitdiff
path: root/android/path_properties_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'android/path_properties_test.go')
-rw-r--r--android/path_properties_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/path_properties_test.go b/android/path_properties_test.go
index 59bfa6c21..c859bc530 100644
--- a/android/path_properties_test.go
+++ b/android/path_properties_test.go
@@ -100,8 +100,8 @@ func TestPathDepsMutator(t *testing.T) {
config := TestArchConfig(buildDir, nil)
ctx := NewTestArchContext()
- ctx.RegisterModuleType("test", ModuleFactoryAdaptor(pathDepsMutatorTestModuleFactory))
- ctx.RegisterModuleType("filegroup", ModuleFactoryAdaptor(FileGroupFactory))
+ ctx.RegisterModuleType("test", pathDepsMutatorTestModuleFactory)
+ ctx.RegisterModuleType("filegroup", FileGroupFactory)
bp := test.bp + `
filegroup {