Remove guardEnsuresEqUnordered and update tests

GuardCondition::ensuresEq is sufficient.
Update test-cases and expected results + removed a QL warning
This commit is contained in:
Nikita Kraiouchkine
2023-04-17 18:19:52 +02:00
parent bb14df1e4e
commit 1c70a42041
23 changed files with 21 additions and 227 deletions

View File

@@ -1,4 +1,3 @@
WARNING: Unused method getInputParameter (/Users/kraiouchkine/internal/codeql-workshop-dataflow-c/solutions/Exercise7.ql:84,13-30)
| test.c:32:10:32:17 | access to array | test.c:53:14:54:24 | ... == ... |
| test.c:32:10:32:17 | access to array | test.c:58:7:58:75 | ... != ... |
| test.c:32:10:32:17 | access to array | test.c:71:7:71:76 | ... == ... |