Skip to content
This repository was archived by the owner on Nov 12, 2022. It is now read-only.

Commit d20bd7b

Browse files
committed
Work around Nightly bug
rust-lang/rust#53675
1 parent 42ff8b1 commit d20bd7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/panic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ use std::ptr;
1919

2020
#[test]
2121
#[should_panic]
22-
fn panic() {
22+
fn test_panic() {
2323
let runtime = Runtime::new().unwrap();
2424
let context = runtime.cx();
2525
let h_option = OnNewGlobalHookOption::FireOnNewGlobalHook;

0 commit comments

Comments
 (0)