Update ui tests

This commit is contained in:
Seiichi Uchida 2017-08-17 21:59:19 +09:00
parent ceb2c240a6
commit 567b9b761b
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ error[E0536]: expected 1 cfg-pattern
--> $DIR/E0536.rs:11:7
|
11 | #[cfg(not())] //~ ERROR E0536
| ^^^
| ^^^^^
error: aborting due to previous error

View File

@ -2,7 +2,7 @@ error[E0537]: invalid predicate `unknown`
--> $DIR/E0537.rs:11:7
|
11 | #[cfg(unknown())] //~ ERROR E0537
| ^^^^^^^
| ^^^^^^^^^
error: aborting due to previous error