From 6f2431abebdf4a0e423a56af6c872e77d1605df7 Mon Sep 17 00:00:00 2001 From: Iban Eguia Moraza Date: Fri, 21 Oct 2022 16:16:57 +0200 Subject: [PATCH] Removed the "VM Implementation" headline for Test262 --- boa_tester/src/results.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/boa_tester/src/results.rs b/boa_tester/src/results.rs index 42929eba4b1..30f72af77a0 100644 --- a/boa_tester/src/results.rs +++ b/boa_tester/src/results.rs @@ -276,8 +276,6 @@ pub(crate) fn compare_results(base: &Path, new: &Path, markdown: bool) { ) } - println!("#### VM implementation"); - println!("| Test result | main count | PR count | difference |"); println!("| :---------: | :----------: | :------: | :--------: |"); println!(