]> git.lizzy.rs Git - rust.git/commit
Add tests, improve test coverage
authorDavid Cook <divergentdave@gmail.com>
Sun, 5 Apr 2020 19:55:57 +0000 (14:55 -0500)
committerDavid Cook <divergentdave@gmail.com>
Sun, 5 Apr 2020 19:55:57 +0000 (14:55 -0500)
commit134d6a2faab1801e9b3d23b6ee11ba1643eae0fe
tree9f54db9b2e113824e74c33b80a65257bda31cc8c
parentf9dc942cfdafc4fe86bc0ec1f0963f88eaa580c1
Add tests, improve test coverage
tests/compile-fail/libc_pthread_mutex_destroy_locked.rs [new file with mode: 0644]
tests/compile-fail/libc_pthread_mutex_normal_unlock_unlocked.rs [new file with mode: 0644]
tests/compile-fail/libc_pthread_rwlock_destroy_read_locked.rs [new file with mode: 0644]
tests/compile-fail/libc_pthread_rwlock_destroy_write_locked.rs [new file with mode: 0644]
tests/compile-fail/libc_pthread_rwlock_unlock_unlocked.rs [new file with mode: 0644]
tests/run-pass/libc.rs