blob: a66420b5fa5957af4a491a6b9a877c3c82f63ce8 [file] [log] [blame]
// 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": "{{.*}}-apple-macosx{{[0-9][0-9]}}
// CHECK: "unversionedTriple": "{{.*}}-apple-macosx"