File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- // RUN: %{python} -m doctest %S/../../ utils/gyb.py
2
- // RUN: echo 'Hello ${ME}' | %S/../../utils/ gyb --test -DME=Swift | FileCheck %s
3
- // RUN: echo 'Hello ${ME}' | %S/../../utils/ gyb --verbose-test -DME=Swift | FileCheck %s
1
+ // RUN: %{python} -m doctest %utils/gyb.py
2
+ // RUN: echo 'Hello ${ME}' | %gyb --test -DME=Swift | FileCheck %s
3
+ // RUN: echo 'Hello ${ME}' | %gyb --verbose-test -DME=Swift | FileCheck %s
4
4
// CHECK: Hello Swift
Original file line number Diff line number Diff line change 10
10
//
11
11
//===----------------------------------------------------------------------===//
12
12
13
- // RUN: rm -rf %t && mkdir -p %t && %gyb -DunicodeGraphemeBreakPropertyFile=%S/../../ utils/UnicodeData/GraphemeBreakProperty.txt -DunicodeGraphemeBreakTestFile=%S/../../ utils/UnicodeData/GraphemeBreakTest.txt %s -o %t/UnicodeTrie.swift
13
+ // RUN: rm -rf %t && mkdir -p %t && %gyb -DunicodeGraphemeBreakPropertyFile=%utils/UnicodeData/GraphemeBreakProperty.txt -DunicodeGraphemeBreakTestFile=%utils/UnicodeData/GraphemeBreakTest.txt %s -o %t/UnicodeTrie.swift
14
14
// RUN: %line-directive %t/UnicodeTrie.swift -- %target-build-swift %t/UnicodeTrie.swift -o %t/a.out -g -Xfrontend -disable-access-control
15
15
// RUN: %line-directive %t/UnicodeTrie.swift -- %target-run %t/a.out
16
16
// REQUIRES: executable_test
You can’t perform that action at this time.
0 commit comments