Skip to content

Commit

Permalink
Enable @[Primitive(:va_arg)] semantic spec on Windows (#14338)
Browse files Browse the repository at this point in the history
  • Loading branch information
HertzDevil committed Mar 1, 2024
1 parent 87518d6 commit 79a8d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/compiler/semantic/primitives_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ describe "Semantic: primitives" do
)
end

pending_win32 "types va_arg primitive" do
it "types va_arg primitive" do
assert_type(%(
struct VaList
@[Primitive(:va_arg)]
Expand Down

0 comments on commit 79a8d4e

Please sign in to comment.