summaryrefslogtreecommitdiff
path: root/android/namespace_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'android/namespace_test.go')
-rw-r--r--android/namespace_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/namespace_test.go b/android/namespace_test.go
index dea287d84..604b3567e 100644
--- a/android/namespace_test.go
+++ b/android/namespace_test.go
@@ -697,7 +697,7 @@ func findModuleById(ctx *TestContext, id string) (module TestingModule) {
testModule, ok := candidate.(*testModule)
if ok {
if testModule.properties.Id == id {
- module = TestingModule{testModule}
+ module = newTestingModule(testModule)
}
}
}