Skip to content

Commit f22e43d

Browse files
committed
Exclude a test on 32-bit
1 parent e7f931e commit f22e43d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/LLVMSharp.UnitTests/Examples.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ public class Examples
1212
private delegate int BinaryInt32Operation(int op1, int op2);
1313

1414
[Test]
15+
[Platform(Exclude = "32-bit")]
1516
public void Intro()
1617
{
1718
using var module = LLVMModuleRef.CreateWithName("LLVMSharpIntro");

tests/LLVMSharp.UnitTests/IR.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
namespace LLVMSharp.UnitTests;
99

10+
[Platform(Exclude = "32-bit")]
1011
public class IR
1112
{
1213
[Test]

0 commit comments

Comments
 (0)