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

Commit

Permalink
Work around Nightly bug
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSapin committed Aug 24, 2018
1 parent 42ff8b1 commit d20bd7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/panic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use std::ptr;

#[test]
#[should_panic]
fn panic() {
fn test_panic() {
let runtime = Runtime::new().unwrap();
let context = runtime.cx();
let h_option = OnNewGlobalHookOption::FireOnNewGlobalHook;
Expand Down

0 comments on commit d20bd7b

Please sign in to comment.