mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Test] Remove unnecessary PYTHONIOENCODING
PYTHONIOENCODING is already specified in `lit.cfg`. The change that added this also added the `<`, which is what actually made this pass - PYTHONIOENCODING only overrides the encoding of stdin/stdout/stderr.
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: env PYTHONIOENCODING=UTF-8 %validate-json < %t/deps.json
|
||||
// RUN: %validate-json < %t/deps.json
|
||||
// RUN: %FileCheck %s < %t/deps.json
|
||||
|
||||
public func bar() {
|
||||
|
||||
Reference in New Issue
Block a user