Skip to content

Commit 6ec8115

Browse files
better
1 parent 41405a6 commit 6ec8115

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/pgt_typecheck/tests/diagnostics.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ impl<'a> TestSetup<'a> {
7070
result.push(c);
7171
}
7272
} else {
73+
result.push_str("~~~");
7374
result.push_str(self.query);
75+
result.push_str("~~~");
7476
}
7577

7678
writeln!(&mut result).unwrap();

0 commit comments

Comments
 (0)