Skip to content

Commit 30f6bb6

Browse files
committed
move deployment-target tests to print-request
1 parent b092569 commit 30f6bb6

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed

Diff for: tests/ui/print-request/macos-target.rs

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
//@ only-macos
2+
//@ compile-flags: --print deployment-target
3+
//@ normalize-stdout-test: "\d+\." -> "$$CURRENT_MAJOR_VERSION."
4+
//@ normalize-stdout-test: "\d+" -> "$$CURRENT_MINOR_VERSION"
5+
//@ check-pass
6+
7+
fn main() {}

0 commit comments

Comments
 (0)