This commit is contained in:
Alex Orlenko 2022-10-18 00:00:11 +01:00
parent 9045419586
commit 1040c0a347
No known key found for this signature in database
GPG key ID: 4C150C250863B96D

View file

@ -220,7 +220,7 @@ fn test_interrupts() -> Result<()> {
}
#[test]
fn test_coverate() -> Result<()> {
fn test_coverage() -> Result<()> {
let lua = Lua::new();
lua.set_compiler(Compiler::default().set_coverage_level(1));