Skip to content

Commit

Permalink
Update core/engine/src/tests/class.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Hans Larsen <[email protected]>
  • Loading branch information
jedel1043 and hansl authored Jan 13, 2025
1 parent 3408a71 commit 021ba73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/engine/src/tests/class.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,6 @@ fn class_can_access_super_from_static_initializer() {
"#}),
TestAction::assert_eq("a.field", js_str!("super field")),
TestAction::assert_eq("b.field", js_str!("super field")),
TestAction::assert_eq("c.field", js_str!("super field")),
]);
}

0 comments on commit 021ba73

Please sign in to comment.