mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
These tests can be negatively affected by the warnings about unsupported Swift backtracer settings. rdar://144497613
10 lines
228 B
Swift
10 lines
228 B
Swift
// RUN: %empty-directory(%t)
|
|
// RUN: split-file %s %t
|
|
// RUN: export SWIFT_BACKTRACE=
|
|
|
|
// RUN: %{python} %utils/line-directive
|
|
// RUN: %{python} %utils/line-directive -- %{python} %t/unicode.py
|
|
|
|
//--- unicode.py
|
|
print('你好')
|