Skip to content

Commit

Permalink
style: Remove test-skip on mixed selectors.
Browse files Browse the repository at this point in the history
  • Loading branch information
Louciole committed Dec 12, 2024
1 parent 48730d5 commit 8ec07c3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/web/vaev-style/tests/test-parse-selectors.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,6 @@ test$("vaev-style-parse-subsequent-selectors") {
}

test$("vaev-style-parse-mixed-selectors") {
return Error::skipped();

expectEq$(
Selector::parse("html > .className#idName"),
Selector::child(
Expand Down

0 comments on commit 8ec07c3

Please sign in to comment.