Skip to content

Commit 9f8d2d5

Browse files
Update tests/rgen/Microsoft.Macios.Generator.Tests/DataModel/BindingTests.cs
Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com>
1 parent 4651e05 commit 9f8d2d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/rgen/Microsoft.Macios.Generator.Tests/DataModel/BindingTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,7 @@ public partial class MyClass {
455455
}
456456
";
457457
yield return [versionConstraints, ApplePlatform.iOS, false, 1, 1, 1];
458+
yield return [versionConstraints, ApplePlatform.TVOS, false, 1, 0, 0];
458459

459460
// not supported platform
460461
var notSupportedPlatform = @"

0 commit comments

Comments
 (0)