Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cb70ae30 authored by Andrei Onea's avatar Andrei Onea
Browse files

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
parent 54343748
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
        },
        // CTS tests
        {
            "name": "CtsAppCompatHostTestCases#"
            "name": "CtsAppCompatHostTestCases"
        }
    ]
}
 No newline at end of file