mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #67359 from xymus/unicode_filename_force_utf8
[Test] Force unicode_filename JSON validation to use UTF-8
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
// RUN: %target-swift-frontend -scan-dependencies %/s %/S/Inputs/unicode_filёnamё.swift -o %t/deps.json
|
||||
|
||||
// Check the contents of the JSON output
|
||||
// RUN: %validate-json %t/deps.json
|
||||
// RUN: env PYTHONIOENCODING=UTF-8 %validate-json < %t/deps.json
|
||||
// RUN: %FileCheck %s < %t/deps.json
|
||||
|
||||
public func bar() {
|
||||
|
||||
Reference in New Issue
Block a user