Skip to content

Commit

Permalink
[Temp] Trigger test failure in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SpriteOvO committed Feb 20, 2025
1 parent 1758604 commit 777d903
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions spdlog/src/source_location.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,11 @@ macro_rules! __private_source_location_current_inner {
None
};
}

#[cfg(test)]
mod tests {
#[test]
fn option_type_inference() {
_ = source_location_current!().is_some();
}
}

0 comments on commit 777d903

Please sign in to comment.