We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86d72be commit fa9e5f0Copy full SHA for fa9e5f0
src/tests/Loader/classloader/InlineArray/InlineArrayInvalid.cs
@@ -28,7 +28,7 @@ public static void ExplicitSize_Fails()
28
Console.WriteLine($"{nameof(ExplicitSize_Fails)}...");
29
30
// .size is ignored for auto layout
31
- Assert.Equal(true, sizeof(ExplicitSizeAuto) > 0);
+ Assert.True(sizeof(ExplicitSizeAuto) > 0);
32
33
Assert.Throws<TypeLoadException>(() => { var t = typeof(ExplicitSize); });
34
0 commit comments