Skip to content

Commit

Permalink
Merge pull request #64 from bastion-rs/fix-build-issues
Browse files Browse the repository at this point in the history
Address build issues
  • Loading branch information
vertexclique authored Nov 6, 2019
2 parents 25a74ca + d917551 commit 2a84f50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lightproc/tests/stack.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ fn stack_copy() {
let stack2 = stack.clone();

assert_eq!(stack2.get_pid(), 12);
stack2.after_panic.unwrap()();
}

0 comments on commit 2a84f50

Please sign in to comment.