summary refs log tree commit diff
path: root/tests/ui/deployment-target/macos-target.rs
blob: 197edd024746e2116ed53550b83ab0c888252460 (plain)
1
2
3
4
5
6
7
//@ 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() {}