mirror of
https://github.com/github/codeql.git
synced 2026-05-04 05:05:12 +02:00
resolved merge conflict in AndroidManifest lib
This commit is contained in:
@@ -10,8 +10,6 @@ class ImplicitlyExportedAndroidComponentTest extends InlineExpectationsTest {
|
||||
override predicate hasActualResult(Location location, string element, string tag, string value) {
|
||||
tag = "hasImplicitExport" and
|
||||
exists(ImplicitlyExportedAndroidComponent impExpAndroidComp |
|
||||
impExpAndroidComp.isImplicitlyExported()
|
||||
|
|
||||
impExpAndroidComp.getLocation() = location and
|
||||
element = impExpAndroidComp.toString() and
|
||||
value = ""
|
||||
|
||||
Reference in New Issue
Block a user