Skip to content

Commit

Permalink
removed harness from line_numbers test
Browse files Browse the repository at this point in the history
  • Loading branch information
DIvkov575 committed Mar 19, 2024
1 parent d94009e commit 8f79efe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -27,7 +27,7 @@ harness = false
[[test]]
name = "line_numbers"
path = "tests/line_numbers.rs"
harness = true
harness = false

[[test]]
name = "macros"
Expand Down
4 changes: 2 additions & 2 deletions tests/line_numbers.rs
Expand Up @@ -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",
Expand Down

0 comments on commit 8f79efe

Please sign in to comment.