diff options
Diffstat (limited to 'tests/byte_string.rs')
-rw-r--r-- | tests/byte_string.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/byte_string.rs b/tests/byte_string.rs index 3b05ee5..48be2d9 100644 --- a/tests/byte_string.rs +++ b/tests/byte_string.rs @@ -2,7 +2,7 @@ use bstr::{BStr, BString}; use mlua::{Lua, Result}; #[test] -fn byte_string_round_trip() -> Result<()> { +fn test_byte_string_round_trip() -> Result<()> { let lua = Lua::new(); lua.load( |