Skip to content

Commit

Permalink
Fixing a duplicated attribute in test262 results (#788)
Browse files Browse the repository at this point in the history
  • Loading branch information
Razican authored Oct 4, 2020
1 parent e60d081 commit 38b103c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boa_tester/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 38b103c

Please sign in to comment.