File tree Expand file tree Collapse file tree 2 files changed +6
-31
lines changed
collector/src/mir_analyze/mir Expand file tree Collapse file tree 2 files changed +6
-31
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -230,25 +230,25 @@ pub const TEST_RUSTC: [TestFile; 32] = [
230
230
path : "test/rustperf/unicode.mir" ,
231
231
} ,
232
232
233
- TestFile {
233
+ /* TestFile {
234
234
name: "tuple_stress",
235
235
path: "test/rustperf/tuple_stress.mir",
236
- } ,
236
+ },*/
237
237
238
238
TestFile {
239
239
name : "piston_image" ,
240
240
path : "test/rustperf/piston_image.mir" ,
241
241
} ,
242
242
243
- TestFile {
243
+ /* TestFile {
244
244
name: "cranelift",
245
245
path: "test/rustperf/cranelift.mir",
246
246
},
247
247
248
248
TestFile {
249
249
name: "diesel",
250
250
path: "test/rustperf/diesel.mir",
251
- } ,
251
+ },*/
252
252
253
253
TestFile {
254
254
name : "wg_grammer" ,
@@ -270,10 +270,10 @@ pub const TEST_RUSTC: [TestFile; 32] = [
270
270
path : "test/rustperf/serde_drive.mir" ,
271
271
} ,
272
272
273
- TestFile {
273
+ /* TestFile {
274
274
name: "coercions",
275
275
path: "test/rustperf/coercions.mir",
276
- } ,
276
+ },*/
277
277
278
278
TestFile {
279
279
name : "regress" ,
You can’t perform that action at this time.
0 commit comments