rust/tests/ui/deployment-target/macos-target.rs
2024-02-16 20:02:50 +00:00

8 lines
216 B
Rust

//@ only-macos
//@ compile-flags: --print deployment-target
//@ normalize-stdout-test: "\d+\." -> "$$CURRENT_MAJOR_VERSION."
//@ normalize-stdout-test: "\d+" -> "$$CURRENT_MINOR_VERSION"
//@ check-pass
fn main() {}