Skip to content

Commit d73ab98

Browse files
authored
Merge pull request swiftlang#23549 from compnerd/pâte-à-choux
decl: make the test portable
2 parents fbd1d4c + 256eaaa commit d73ab98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/decl/import/import.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: %empty-directory(%t)
22
// RUN: echo "public struct X {}; public var x = X()" | %target-swift-frontend -module-name import_builtin -parse-stdlib -emit-module -o %t -
33
// RUN: echo "public func foo() -> Int { return false }" > %t/import_text.swift
4-
// RUN: echo "public func pho$(printf '\xC3\xBB')x() -> Int { return false }" > %t/fran$(printf '\xC3\xA7')ais.swift
4+
// RUN: echo "public func phoûx() -> Int { return false }" > %t/français.swift
55
// RUN: %target-swift-frontend -typecheck %s -I %t -sdk "" -enable-source-import -module-name main -verify -show-diagnostics-after-fatal -verify-ignore-unknown
66

77
// -verify-ignore-unknown is for:

0 commit comments

Comments
 (0)