Skip to content

Commit

Permalink
Switch to test-log per deprecation.
Browse files Browse the repository at this point in the history
  • Loading branch information
adetaylor committed Jan 8, 2022
1 parent ae44e9f commit d76241a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[dev-dependencies]
proc-macro2 = "1.0.11"
trybuild = "1.0.53"
test-env-log = "0.2.2"
test-log = "0.2.2"
env_logger = "0.9.0"
rust_info = "0.3.1"
cc = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use itertools::Itertools;
use proc_macro2::Span;
use quote::quote;
use syn::Token;
use test_env_log::test;
use test_log::test;

#[test]
fn test_return_void() {
Expand Down

0 comments on commit d76241a

Please sign in to comment.