diff --git a/test/Migrator/swift_version_change.swift b/test/Migrator/swift_version_change.swift index 031910de388b5..244be5934c859 100644 --- a/test/Migrator/swift_version_change.swift +++ b/test/Migrator/swift_version_change.swift @@ -1,5 +1,5 @@ // REQUIRES: OS=macosx -// RUN: %empty-directory(%t) && %target-swift-frontend -typecheck -update-code -primary-file %s -emit-migrated-file-path %t/dummpy.result -swift-version 4 %api_diff_data_dir -// RUN: %target-swift-frontend -typecheck -update-code -primary-file %s -emit-migrated-file-path %t/dummpy.result -swift-version 5 %api_diff_data_dir +// 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() {}