Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 567b9b7

Browse files
committedAug 17, 2017
Update ui tests
1 parent ceb2c24 commit 567b9b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎src/test/ui/span/E0536.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ error[E0536]: expected 1 cfg-pattern
22
--> $DIR/E0536.rs:11:7
33
|
44
11 | #[cfg(not())] //~ ERROR E0536
5-
| ^^^
5+
| ^^^^^
66

77
error: aborting due to previous error
88

‎src/test/ui/span/E0537.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ error[E0537]: invalid predicate `unknown`
22
--> $DIR/E0537.rs:11:7
33
|
44
11 | #[cfg(unknown())] //~ ERROR E0537
5-
| ^^^^^^^
5+
| ^^^^^^^^^
66

77
error: aborting due to previous error
88

0 commit comments

Comments
 (0)
Please sign in to comment.