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 6478b5f + 1a0381e commit 74f5b39Copy full SHA for 74f5b39
test/ScanDependencies/unicode_filename.swift
@@ -2,7 +2,7 @@
2
// RUN: %target-swift-frontend -scan-dependencies %/s %/S/Inputs/unicode_filёnamё.swift -o %t/deps.json
3
4
// Check the contents of the JSON output
5
-// RUN: %validate-json %t/deps.json &>/dev/null
+// RUN: env PYTHONIOENCODING=UTF-8 %validate-json < %t/deps.json
6
// RUN: %FileCheck %s < %t/deps.json
7
8
print(foo())
0 commit comments