Skip to content

Commit eb4f649

Browse files
committed
---
yaml --- r: 128367 b: refs/heads/master c: 4806746 h: refs/heads/master i: 128365: 83b7b33 128363: fa1c98e 128359: 00b8280 128351: 0a8669d v: v3
1 parent b0f7d03 commit eb4f649

File tree

4 files changed

+1
-9
lines changed

4 files changed

+1
-9
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: d7916f8d4416e739aec3226adb0df1077e15a80a
2+
refs/heads/master: 480674694e364e94e6ef35520113a45f54b2fe6f
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: a86d9ad15e339ab343a12513f9c90556f677b9ca
55
refs/heads/try: 73b8f60b60d8a2a7ca5a7d49d59771350b867951

trunk/src/test/run-make/no-intermediate-extras/foo.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,3 @@
77
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
10-
11-
// FIXME #13793
12-
#[test]
13-
fn test_dummy() {
14-
}

trunk/src/test/run-pass/issue-14393.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-
// ignore-windows: FIXME #13793
12-
1311
fn main() {
1412
match ("", 1u) {
1513
(_, 42u) => (),

trunk/src/test/run-pass/test-runner-hides-main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
// except according to those terms.
1010

1111
// compile-flags:--test
12-
// ignore-windows #10872
1312
// ignore-pretty: does not work well with `--test`
1413

1514
// Building as a test runner means that a synthetic main will be run,

0 commit comments

Comments
 (0)