removed harness from line_numbers test

This commit is contained in:
Divkov575 2024-03-19 12:41:41 -04:00
parent d94009e432
commit 8f79efefa1
2 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ harness = false
[[test]]
name = "line_numbers"
path = "tests/line_numbers.rs"
harness = true
harness = false
[[test]]
name = "macros"

View File

@ -31,8 +31,8 @@ impl Log for Logger {
fn flush(&self) {}
}
#[test]
fn line_numbers() {
#[cfg_attr(lib_build, test)]
fn main() {
#[cfg(not(any(
feature = "max_level_off",
feature = "max_level_error",