Skip to content

Commit 53c4e8f

Browse files
committed
[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.
1 parent ec1550c commit 53c4e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ScanDependencies/unicode_filename.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// RUN: %target-swift-frontend -scan-dependencies %/s %/S/Inputs/unicode_filёnamё.swift -o %t/deps.json
33

44
// Check the contents of the JSON output
5-
// RUN: env PYTHONIOENCODING=UTF-8 %validate-json < %t/deps.json
5+
// RUN: %validate-json < %t/deps.json
66
// RUN: %FileCheck %s < %t/deps.json
77

88
public func bar() {

0 commit comments

Comments
 (0)