Skip to content

Commit 0a1fa08

Browse files
Update cpp/ql/test/library-tests/files/Files.ql
Co-Authored-By: Max Schaefer <54907921+max-schaefer@users.noreply.github.com>
1 parent f990634 commit 0a1fa08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ string describe(File f) {
88
result = "C++"
99
or
1010
f instanceof XMLParent and
11-
result = "XMLParent" // regression tests a bug in the constructor of XMLParent
11+
result = "XMLParent" // regression tests a bug in the characteristic predicate of XMLParent
1212
}
1313

1414
from File f

0 commit comments

Comments
 (0)