Files
swift-mirror/test/Migrator/swift_version_change.swift
Josh Soref 0c060f7ae3 spelling: dummy
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2022-05-01 04:02:09 -04:00

6 lines
360 B
Swift

// REQUIRES: OS=macosx
// RUN: %empty-directory(%t) && %target-swift-frontend -typecheck -update-code -primary-file %s -emit-migrated-file-path %t/dummy.result -swift-version 4 %api_diff_data_dir
// RUN: %target-swift-frontend -typecheck -update-code -primary-file %s -emit-migrated-file-path %t/dummy.result -swift-version 5 %api_diff_data_dir
func foo() {}