We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fbd1d4c + 256eaaa commit d73ab98Copy full SHA for d73ab98
test/decl/import/import.swift
@@ -1,7 +1,7 @@
1
// RUN: %empty-directory(%t)
2
// RUN: echo "public struct X {}; public var x = X()" | %target-swift-frontend -module-name import_builtin -parse-stdlib -emit-module -o %t -
3
// 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
+// RUN: echo "public func phoûx() -> Int { return false }" > %t/français.swift
5
// RUN: %target-swift-frontend -typecheck %s -I %t -sdk "" -enable-source-import -module-name main -verify -show-diagnostics-after-fatal -verify-ignore-unknown
6
7
// -verify-ignore-unknown is for:
0 commit comments