Skip to content

Commit 5a5f8b7

Browse files
Commit changed test expectations
1 parent 8166304 commit 5a5f8b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ WARNING: module 'DataFlow' has been deprecated and may be removed in future (Mut
77
| test.c:72:3:72:10 | call to mtx_lock | Mutex 'g1' is locked here and may not always be subsequently unlocked. |
88
| test.c:79:3:79:10 | call to mtx_lock | Mutex 'm' is locked here and may not always be subsequently unlocked. |
99
| test.c:101:5:101:12 | call to mtx_lock | Mutex 'm' is locked here and may not always be subsequently unlocked. |
10+
| test.c:113:3:113:10 | call to mtx_lock | Mutex 'ptr_m1' is locked here and may not always be subsequently unlocked. |

0 commit comments

Comments
 (0)