Skip to content

Commit

Permalink
Revert "Add a failing test to check that merge queues work (georust#175
Browse files Browse the repository at this point in the history
…)"

This reverts commit 45d6824.
  • Loading branch information
michaelkirk committed Jul 28, 2023
1 parent 45d6824 commit 7d9ff9f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -253,12 +253,3 @@ pub use crate::proj::ProjBuilder;
pub use crate::proj::ProjCreateError;
pub use crate::proj::ProjError;
pub use crate::proj::ProjInfo;

#[cfg(test)]
mod tests{
#[test]
fn fail() {
// testing that our CI won't merge this
panic!("this test fails")
}
}

0 comments on commit 7d9ff9f

Please sign in to comment.