Skip to content

Commit 0a202bd

Browse files
committed
fix none_mir
Signed-off-by: A-Mavericks <[email protected]>
1 parent 83c96b3 commit 0a202bd

File tree

2 files changed

+6
-31
lines changed

2 files changed

+6
-31
lines changed

collector/src/mir_analyze/mir/mir.rs

Lines changed: 0 additions & 25 deletions
This file was deleted.

collector/src/mir_analyze/mir/reader.rs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -230,25 +230,25 @@ pub const TEST_RUSTC: [TestFile; 32] = [
230230
path: "test/rustperf/unicode.mir",
231231
},
232232

233-
TestFile {
233+
/*TestFile {
234234
name: "tuple_stress",
235235
path: "test/rustperf/tuple_stress.mir",
236-
},
236+
},*/
237237

238238
TestFile {
239239
name: "piston_image",
240240
path: "test/rustperf/piston_image.mir",
241241
},
242242

243-
TestFile {
243+
/*TestFile {
244244
name: "cranelift",
245245
path: "test/rustperf/cranelift.mir",
246246
},
247247
248248
TestFile {
249249
name: "diesel",
250250
path: "test/rustperf/diesel.mir",
251-
},
251+
},*/
252252

253253
TestFile {
254254
name: "wg_grammer",
@@ -270,10 +270,10 @@ pub const TEST_RUSTC: [TestFile; 32] = [
270270
path: "test/rustperf/serde_drive.mir",
271271
},
272272

273-
TestFile {
273+
/*TestFile {
274274
name: "coercions",
275275
path: "test/rustperf/coercions.mir",
276-
},
276+
},*/
277277

278278
TestFile {
279279
name: "regress",

0 commit comments

Comments
 (0)