Update ui tests

This commit is contained in:
Oliver Scherer 2018-11-30 09:41:26 +01:00
parent 374a096cb1
commit 690439bb45
5 changed files with 29 additions and 28 deletions

View file

@ -3,6 +3,6 @@ macro_rules! empty { () => () }
fn main() {
match 42 {
_ => { empty!() }
//~^ ERROR expected expression, found `<eof>`
//~^ ERROR macro expansion ends with an incomplete expression
};
}