Skip to content

Commit

Permalink
fix: macro-snapshot is different in nightly then stable.
Browse files Browse the repository at this point in the history
  • Loading branch information
CGMossa committed Mar 13, 2024
1 parent e7427fa commit f0bdc88
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/extendrtests/tests/testthat/_snaps/macro-snapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -3207,8 +3207,7 @@
if let ::std::option::Option::Some(init) = init {
if let ::std::option::Option::Some(value) = init.take() {
return value;
}
if true {
} else if true {
{
::core::panicking::panic_fmt(
format_args!(
Expand Down

0 comments on commit f0bdc88

Please sign in to comment.