Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
Remove marshal test
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyKuhne committed Jan 15, 2019
1 parent 03140d0 commit 36b4ebb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/System.Text.ValueBuilder.Tests/VariantTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,12 @@
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

using System.Runtime.InteropServices;
using Xunit;

namespace System.Text.ValueBuilder.Tests
{
public class VariantTests
{
[Fact]
public void Size()
{
Assert.Equal(32, Marshal.SizeOf<Variant>());
}

[Theory,
InlineData(0),
InlineData(int.MaxValue),
Expand Down

0 comments on commit 36b4ebb

Please sign in to comment.