We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 109e270 commit 5d8eaf6Copy full SHA for 5d8eaf6
tests/genmc/fail/shims/mutex_double_unlock.rs
@@ -2,6 +2,8 @@
2
//@error-in-other-file: Undefined Behavior
3
4
// Test that GenMC can detect a double unlock of a mutex.
5
+// This test will cause an error even if the program actually would work entirely fine despite the double-unlock
6
+// because GenMC always assumes a `pthread`-like API.
7
8
#![no_main]
9
0 commit comments