C++/Java: Accept new warning format in ql tests

This commit is contained in:
Paolo Tranquilli
2024-06-19 09:13:18 +02:00
parent 7adfa6bbed
commit 919ddccfdb
12 changed files with 29 additions and 29 deletions

View File

@@ -1,4 +1,4 @@
WARNING: Type PathCreation has been deprecated and may be removed in future (PathCreation.ql:4,6-18)
WARNING: type 'PathCreation' has been deprecated and may be removed in future (PathCreation.ql:4,6-18)
| PathCreation.java:13:18:13:32 | new File(...) | PathCreation.java:13:27:13:31 | "dir" |
| PathCreation.java:14:19:14:40 | new File(...) | PathCreation.java:14:28:14:32 | "dir" |
| PathCreation.java:14:19:14:40 | new File(...) | PathCreation.java:14:35:14:39 | "sub" |