mirror of
https://github.com/github/codeql.git
synced 2026-04-25 00:35:20 +02:00
Formatting fixes for allowBackup tests
This commit is contained in:
@@ -9,9 +9,7 @@ class AllowBackupEnabledTest extends InlineExpectationsTest {
|
||||
|
||||
override predicate hasActualResult(Location location, string element, string tag, string value) {
|
||||
tag = "hasAllowedBackupEnabled" and
|
||||
exists(AndroidApplicationXmlElement androidAppElem |
|
||||
androidAppElem.allowsBackup()
|
||||
|
|
||||
exists(AndroidApplicationXmlElement androidAppElem | androidAppElem.allowsBackup() |
|
||||
androidAppElem.getAttribute("allowBackup").getLocation() = location and
|
||||
element = androidAppElem.getAttribute("debuggable").toString() and
|
||||
value = ""
|
||||
|
||||
Reference in New Issue
Block a user