Skip to content

Commit

Permalink
Add two more test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
camelid committed Oct 29, 2020
1 parent 5c87941 commit 7b3d897
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/ui/macros/issue-78333.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ fn main() {
::std::todo!();
::std::unimplemented!();
::std::assert_eq!(0, 0);
::std::assert_ne!(0, 1);
::std::dbg!(123);
::std::unreachable!();
}

0 comments on commit 7b3d897

Please sign in to comment.