Fix typo in TEST_MAPPING

Remove trailing "#" from compat framework TEST_MAPPING file.

Test: cd frameworks/base/services/core/java/com/android/server/compat; \
	atest
Bug: 155714623
Change-Id: I6c814fb74ebe566ec3f99e8eff79f98050c8a529
This commit is contained in:
Andrei Onea
2020-05-06 16:57:35 +01:00
parent 54343748d4
commit cb70ae3006

View File

@@ -15,7 +15,7 @@
},
// CTS tests
{
"name": "CtsAppCompatHostTestCases#"
"name": "CtsAppCompatHostTestCases"
}
]
}