Skip to content

Commit 5b7bfc8

Browse files
committed
test: Test the lexer now that #15879 is closed
1 parent 668c647 commit 5b7bfc8

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

src/test/run-pass/issue-4759-1.rs

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
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-
// ignore-lexer-test FIXME #15877
1210

1311
trait U { fn f(self); }
1412
impl U for int { fn f(self) {} }

src/test/run-pass/unsized.rs

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
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-
// ignore-lexer-test FIXME #15879
1210

1311
// Test syntax checks for `?Sized` syntax.
1412

src/test/run-pass/unsized2.rs

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
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-
// ignore-lexer-test FIXME #15879
1210

1311
#![allow(unknown_features)]
1412
#![feature(box_syntax)]

0 commit comments

Comments
 (0)