// Test that -print-target-info infers the host OS when that host OS is macOS // // We could duplicate this test for other host platforms. // RUN: %swift_driver -print-target-info | %FileCheck %s // RUN: %target-swift-frontend -print-target-info | %FileCheck %s // REQUIRES: OS=macosx // CHECK: "triple": "x86_64-apple-macosx10 // CHECK: "unversionedTriple": "x86_64-apple-macosx"