Update cpp/ql/test/library-tests/files/Files.ql

Co-Authored-By: Max Schaefer <54907921+max-schaefer@users.noreply.github.com>
This commit is contained in:
Geoffrey White
2019-12-16 13:38:36 +00:00
committed by GitHub
parent f990634481
commit 0a1fa08488

View File

@@ -8,7 +8,7 @@ string describe(File f) {
result = "C++"
or
f instanceof XMLParent and
result = "XMLParent" // regression tests a bug in the constructor of XMLParent
result = "XMLParent" // regression tests a bug in the characteristic predicate of XMLParent
}
from File f