summaryrefslogtreecommitdiff
path: root/tests/ui/deployment-target/macos-target.rs
blob: 701ccf4799a44b191025aaa832fd979bf7aaf8c2 (plain)
1
2
3
4
5
6
7
// 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() {}