Skip to content

Commit 567b9b7

Browse files
committed
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

+1-1
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

+1-1
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)