Add back an assertion

This commit is contained in:
Florian Diebold 2022-02-09 16:36:06 +01:00
parent 63fd643d72
commit dfd2cef0d0
2 changed files with 3 additions and 2 deletions

View file

@ -150,7 +150,6 @@ mod tests {
#[track_caller]
fn check(ra_fixture: &str, mut expect: Expect) {
let parsed = syntax::SourceFile::parse(ra_fixture);
eprintln!("parse: {:#?}", parsed.syntax_node());
let fixups = super::fixup_syntax(&parsed.syntax_node());
let (mut tt, tmap, _) = mbe::syntax_node_to_token_tree_with_modifications(
&parsed.syntax_node(),