mirror of
https://github.com/rust-lang/log.git
synced 2026-02-15 04:10:13 +00:00
removed harness from line_numbers test
This commit is contained in:
parent
d94009e432
commit
8f79efefa1
@ -27,7 +27,7 @@ harness = false
|
||||
[[test]]
|
||||
name = "line_numbers"
|
||||
path = "tests/line_numbers.rs"
|
||||
harness = true
|
||||
harness = false
|
||||
|
||||
[[test]]
|
||||
name = "macros"
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user