Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Dec 13, 2024
1 parent d5741ff commit 3ea1491
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ log(__MEMBER__);
}

#[test]
#[should_panic]
#[should_panic(expected = "")]
fn test_complex() {
let config = ReplaceGlobalDefinesConfig::new(&[("__DEF__", "((() => {})())")]).unwrap();
test("__DEF__", "1", config.clone());
Expand Down

0 comments on commit 3ea1491

Please sign in to comment.