Update invalid inline arg test.

This commit is contained in:
Michael Woerister 2017-10-27 16:15:23 +02:00
parent 6ae60ea94e
commit 6c1529b34f

View File

@ -11,4 +11,6 @@
#[inline(unknown)] //~ ERROR E0535
pub fn something() {}
fn main() {}
fn main() {
something();
}