summaryrefslogtreecommitdiff
path: root/tests/thread.rs
diff options
context:
space:
mode:
authorAlex Orlenko <zxteam@protonmail.com>2021-06-17 00:11:58 +0100
committerAlex Orlenko <zxteam@protonmail.com>2021-06-17 00:47:15 +0100
commitbf286751fa1be2c63366b0ea85e1bf255908704b (patch)
treec61fdf0fc6cb84be1c111cfa441c16d93bb3a873 /tests/thread.rs
parent3b94b4e86f2238ab0bc6c8b1d2b9dc8802eb5bef (diff)
downloadmlua-bf286751fa1be2c63366b0ea85e1bf255908704b.zip
Improve code coverage
Diffstat (limited to 'tests/thread.rs')
-rw-r--r--tests/thread.rs2
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;