mirror of
https://github.com/RPCS3/llvm.git
synced 2026-07-01 21:04:04 -04:00
dece59c0f8
This means these tests will run on Windows. Replace one with UNSUPPORTED: system-windows. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@371473 91177308-0d34-0410-b5e6-96231b3b80d8
6 lines
150 B
Plaintext
6 lines
150 B
Plaintext
FIXME: See if we can fix this in lit by using Unicode strings.
|
|
REQUIRES: shell
|
|
|
|
RUN: echo "ようこそ" | FileCheck %s
|
|
CHECK: {{^}}ようこそ{{$}}
|