diff options
author | Alex Orlenko <zxteam@protonmail.com> | 2021-06-17 00:11:58 +0100 |
---|---|---|
committer | Alex Orlenko <zxteam@protonmail.com> | 2021-06-17 00:47:15 +0100 |
commit | bf286751fa1be2c63366b0ea85e1bf255908704b (patch) | |
tree | c61fdf0fc6cb84be1c111cfa441c16d93bb3a873 /tests/thread.rs | |
parent | 3b94b4e86f2238ab0bc6c8b1d2b9dc8802eb5bef (diff) | |
download | mlua-bf286751fa1be2c63366b0ea85e1bf255908704b.zip |
Improve code coverage
Diffstat (limited to 'tests/thread.rs')
-rw-r--r-- | tests/thread.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/thread.rs b/tests/thread.rs index ebb68a9..995b65f 100644 --- a/tests/thread.rs +++ b/tests/thread.rs @@ -93,8 +93,8 @@ fn test_thread() -> Result<()> { Ok(()) } -#[cfg(any(feature = "lua54", all(feature = "luajit", feature = "vendored")))] #[test] +#[cfg(any(feature = "lua54", all(feature = "luajit", feature = "vendored")))] fn test_thread_reset() -> Result<()> { use mlua::{AnyUserData, UserData}; use std::sync::Arc; |