mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-01 09:33:26 +00:00
Fix benchmark_include_macro
This commit is contained in:
parent
78419779f1
commit
a1120b6879
@ -853,7 +853,7 @@ include!("foo.rs");
|
||||
|
||||
fn main() {
|
||||
RegisterBlock { };
|
||||
//^ RegisterBlock
|
||||
//^^^^^^^^^^^^^^^^^ RegisterBlock
|
||||
}
|
||||
"#;
|
||||
let fixture = format!("{}\n//- /foo.rs\n{}", fixture, data);
|
||||
|
Loading…
Reference in New Issue
Block a user