rust/tests/ui/print-request/macos-target.rs
2024-11-02 21:29:59 +01:00

8 lines
216 B
Rust

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