Skip to content

Commit

Permalink
reenabled ignored test
Browse files Browse the repository at this point in the history
  • Loading branch information
HalidOdat committed Aug 5, 2020
1 parent fbf9950 commit b4ebb17
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion boa/src/builtins/boolean/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ fn constructor_gives_true_instance() {
}

#[test]
#[ignore]
fn instances_have_correct_proto_set() {
let realm = Realm::create();
let mut engine = Interpreter::new(realm);
Expand Down

0 comments on commit b4ebb17

Please sign in to comment.