File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- // RUN: %target-run-simple-swift | FileCheck %s
1
+ // RUN: %target-run-simple-swift | % FileCheck %s
2
2
// REQUIRES: executable_test
3
3
struct MyInt32 : BitwiseOperations {
4
4
var underlying : Int32
Original file line number Diff line number Diff line change 3
3
4
4
// RUN: echo "typealias TestFloat = Float" > %t/float_type.swift
5
5
// RUN: %target-build-swift %t/main.swift %t/float_type.swift -o %t/float.out
6
- // RUN: %target-run %t/float.out | FileCheck %s
6
+ // RUN: %target-run %t/float.out | % FileCheck %s
7
7
8
8
// RUN: echo "typealias TestFloat = Double" > %t/double_type.swift
9
9
// RUN: %target-build-swift %t/main.swift %t/double_type.swift -o %t/double.out
10
- // RUN: %target-run %t/double.out | FileCheck %s
10
+ // RUN: %target-run %t/double.out | % FileCheck %s
11
11
// REQUIRES: executable_test
12
12
13
13
//===---
Original file line number Diff line number Diff line change 1
- // RUN: %target-run-simple-swift | FileCheck %s
1
+ // RUN: %target-run-simple-swift | % FileCheck %s
2
2
// REQUIRES: executable_test
3
3
4
4
// FIXME(prext): remove this file when protocol extensions land.
Original file line number Diff line number Diff line change 1
- // RUN: %target-swift-frontend -O -primary-file %s -emit-ir -g -o - | FileCheck %s
1
+ // RUN: %target-swift-frontend -O -primary-file %s -emit-ir -g -o - | % FileCheck %s
2
2
import StdlibUnittest
3
3
// CHECK-LABEL: define{{.*}}2fn
4
4
public var i : UInt32 = 1
You can’t perform that action at this time.
0 commit comments