Browse Source

Fixing a duplicated attribute in test262 results (#788)

pull/795/head
Iban Eguia 4 years ago committed by GitHub
parent
commit
38b103c25b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      boa_tester/src/main.rs

2
boa_tester/src/main.rs

@ -149,7 +149,7 @@ struct TestSuite {
struct SuiteResult {
#[serde(rename = "n")]
name: Box<str>,
#[serde(rename = "t")]
#[serde(rename = "c")]
total: usize,
#[serde(rename = "p")]
passed: usize,

Loading…
Cancel
Save