Skip to content

Commit

Permalink
iphone*-universal changed name to iphoneall-universal
Browse files Browse the repository at this point in the history
  • Loading branch information
misl6 committed Feb 4, 2024
1 parent 251716f commit f6c0a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_angle.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def test_generate_build_targets_ios_universal(angle):
assert len(arm64_iphonesimulator) == 1
assert len(arm64_iphoneos) == 1

universal_all_iphone = angle._generate_build_targets("iphone*-universal")
universal_all_iphone = angle._generate_build_targets("iphoneall-universal")

assert len(universal_all_iphone) == 3
assert x64_iphonesimulator[0] in universal_all_iphone
Expand Down

0 comments on commit f6c0a04

Please sign in to comment.