chore: update the conformance tests

This commit is contained in:
rvcas
2024-02-19 21:34:57 -05:00
committed by Lucas
parent a15fead982
commit 8d59ba1c77
492 changed files with 827 additions and 65 deletions

View File

@@ -59,7 +59,7 @@ fn evaluation() {
let actual = actual_evaluation_result(path);
let expected = expected_to_program(&expected_file);
assert_eq!(actual, expected, "{}", path.display());
pretty_assertions::assert_eq!(expected, actual, "{}", path.display());
}
}
}