summaryrefslogtreecommitdiff
path: root/python/testing.go
diff options
context:
space:
mode:
Diffstat (limited to 'python/testing.go')
-rw-r--r--python/testing.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/testing.go b/python/testing.go
index ce1a5ab27..fe53ee528 100644
--- a/python/testing.go
+++ b/python/testing.go
@@ -20,5 +20,4 @@ var PrepareForTestWithPythonBuildComponents = android.GroupFixturePreparers(
android.FixtureRegisterWithContext(registerPythonBinaryComponents),
android.FixtureRegisterWithContext(registerPythonLibraryComponents),
android.FixtureRegisterWithContext(registerPythonTestComponents),
- android.FixtureRegisterWithContext(registerPythonMutators),
)