mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
5 lines
243 B
Swift
5 lines
243 B
Swift
// RUN: %{python} -m doctest %S/../../utils/gyb.py
|
|
// RUN: echo 'Hello ${ME}' | %S/../../utils/gyb --test -DME=Swift | FileCheck %s
|
|
// RUN: echo 'Hello ${ME}' | %S/../../utils/gyb --verbose-test -DME=Swift | FileCheck %s
|
|
// CHECK: Hello Swift
|