Skip to content

Commit 963ba5c

Browse files
Fix broken test expectation
1 parent d307ab3 commit 963ba5c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

c/misra/test/rules/RULE-22-16/MutexObjectsNotAlwaysUnlocked.expected

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
WARNING: module 'DataFlow' has been deprecated and may be removed in future (MutexObjectsNotAlwaysUnlocked.ql:22,52-60)
2+
WARNING: module 'DataFlow' has been deprecated and may be removed in future (MutexObjectsNotAlwaysUnlocked.ql:30,42-50)
13
| test.c:16:3:16:10 | call to mtx_lock | Mutex 'm' is locked here and may not always be subsequently unlocked. |
24
| test.c:21:3:21:10 | call to mtx_lock | Mutex 'm' is locked here and may not always be subsequently unlocked. |
35
| test.c:39:3:39:10 | call to mtx_lock | Mutex 'm' is locked here and may not always be subsequently unlocked. |

0 commit comments

Comments
 (0)