@@ -134,43 +134,57 @@ func checkEmptyBody(e: E) {
134
134
// RUN: rm -rf %t.result && mkdir -p %t.result
135
135
136
136
// RUN: %refactor -convert-to-switch-stmt -source-filename %s -pos=9:3 -end-pos=16:4 > %t.result/L9-3.swift
137
+ // RUN: %target-swift-frontend-typecheck %t.result/L9-3.swift
137
138
// RUN: diff -u %S/Outputs/basic/L9-3.swift.expected %t.result/L9-3.swift
138
139
139
140
// RUN: %refactor -convert-to-switch-stmt -source-filename %s -pos=20:3 -end-pos=25:4 > %t.result/L20-3.swift
141
+ // RUN: %target-swift-frontend-typecheck %t.result/L20-3.swift
140
142
// RUN: diff -u %S/Outputs/basic/L20-3.swift.expected %t.result/L20-3.swift
141
143
142
144
// RUN: %refactor -convert-to-switch-stmt -source-filename %s -pos=29:3 -end-pos=35:4 > %t.result/L29-3.swift
145
+ // RUN: %target-swift-frontend-typecheck %t.result/L29-3.swift
143
146
// RUN: diff -u %S/Outputs/basic/L29-3.swift.expected %t.result/L29-3.swift
144
147
145
148
// RUN: %refactor -convert-to-switch-stmt -source-filename %s -pos=39:3 -end-pos=45:4 > %t.result/L39-3.swift
149
+ // RUN: %target-swift-frontend-typecheck %t.result/L39-3.swift
146
150
// RUN: diff -u %S/Outputs/basic/L39-3.swift.expected %t.result/L39-3.swift
147
151
148
152
// RUN: %refactor -convert-to-switch-stmt -source-filename %s -pos=50:3 -end-pos=52:4 > %t.result/L50-3.swift
153
+ // RUN: %target-swift-frontend-typecheck %t.result/L50-3.swift
149
154
// RUN: diff -u %S/Outputs/basic/L50-3.swift.expected %t.result/L50-3.swift
150
155
151
156
// RUN: %refactor -convert-to-switch-stmt -source-filename %s -pos=54:3 -end-pos=56:4 > %t.result/L54-3.swift
157
+ // RUN: %target-swift-frontend-typecheck %t.result/L54-3.swift
152
158
// RUN: diff -u %S/Outputs/basic/L54-3.swift.expected %t.result/L54-3.swift
153
159
154
160
// RUN: %refactor -convert-to-switch-stmt -source-filename %s -pos=60:3 -end-pos=62:4 > %t.result/L60-3.swift
161
+ // RUN: %target-swift-frontend-typecheck %t.result/L60-3.swift
155
162
// RUN: diff -u %S/Outputs/basic/L60-3.swift.expected %t.result/L60-3.swift
156
163
157
164
// RUN: %refactor -convert-to-switch-stmt -source-filename %s -pos=64:3 -end-pos=67:4 > %t.result/L64-3.swift
165
+ // RUN: %target-swift-frontend-typecheck %t.result/L64-3.swift
158
166
// RUN: diff -u %S/Outputs/basic/L64-3.swift.expected %t.result/L64-3.swift
159
167
160
168
// RUN: %refactor -convert-to-switch-stmt -source-filename %s -pos=71:3 -end-pos=77:4 > %t.result/L71-3.swift
169
+ // RUN: %target-swift-frontend-typecheck %t.result/L71-3.swift
161
170
// RUN: diff -u %S/Outputs/basic/L71-3.swift.expected %t.result/L71-3.swift
162
171
163
172
// RUN: %refactor -convert-to-switch-stmt -source-filename %s -pos=82:3 -end-pos=90:4 > %t.result/L82-3.swift
173
+ // RUN: %target-swift-frontend-typecheck %t.result/L82-3.swift
164
174
// RUN: diff -u %S/Outputs/basic/L82-3.swift.expected %t.result/L82-3.swift
165
175
166
176
// RUN: %refactor -convert-to-switch-stmt -source-filename %s -pos=99:3 -end-pos=103:4 > %t.result/L99-3.swift
177
+ // RUN: %target-swift-frontend-typecheck %t.result/L99-3.swift
167
178
// RUN: diff -u %S/Outputs/basic/L99-3.swift.expected %t.result/L99-3.swift
168
179
169
180
// RUN: %refactor -convert-to-switch-stmt -source-filename %s -pos=108:3 -end-pos=116:4 > %t.result/L108-3.swift
181
+ // RUN: %target-swift-frontend-typecheck %t.result/L108-3.swift
170
182
// RUN: diff -u %S/Outputs/basic/L108-3.swift.expected %t.result/L108-3.swift
171
183
172
184
// RUN: %refactor -convert-to-switch-stmt -source-filename %s -pos=118:3 -end-pos=124:4 > %t.result/L118-3.swift
185
+ // RUN: %target-swift-frontend-typecheck %t.result/L118-3.swift
173
186
// RUN: diff -u %S/Outputs/basic/L118-3.swift.expected %t.result/L118-3.swift
174
187
175
188
// RUN: %refactor -convert-to-switch-stmt -source-filename %s -pos=128:3 -end-pos=131:4 > %t.result/L128-3.swift
189
+ // RUN: %target-swift-frontend-typecheck %t.result/L128-3.swift
176
190
// RUN: diff -u %S/Outputs/basic/L128-3.swift.expected %t.result/L128-3.swift
0 commit comments