[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:
Ben Barham
2023-08-30 13:39:35 -07:00
parent ec1550c92a
commit 53c4e8f5e9

View File

@@ -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() {