Skip to content

Commit 6f25341

Browse files
committed
Move/delete old tests that change behavior
1 parent e9233d5 commit 6f25341

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

src/test/compile-fail/issue-2467.rs

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

src/test/compile-fail/tag-variant-disr-type-mismatch.rs renamed to src/test/run-pass/tag-variant-disr-type-mismatch.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
//error-pattern: mismatched types
12-
1311
enum color {
1412
red = 1u,
1513
blue = 2,

0 commit comments

Comments
 (0)