Skip to content

Commit e52df7d

Browse files
committed
[tests] Manually format test_ast_gen, it is skipped
Signed-off-by: Manas <manas18244@iiitd.ac.in>
1 parent d906013 commit e52df7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ macro_rules! test {
3030
// Always keep a newline between two test macro invocations.
3131
#[rustfmt::skip]
3232
#[test]
33-
fn test_ast_gen() -> Result<(), Box<dyn std::error::Error>> {
33+
fn test_ast_gen() -> Result<(), Box<dyn std::error::Error>> {
3434
// TODO: error, but how to reflect this in
3535
// macro? We can do Result<&str, QccError>.
3636
// The commented out tests are those which fail compilation (either at

0 commit comments

Comments
 (0)