Skip to content

Commit

Permalink
Exclude a test on 32-bit
Browse files Browse the repository at this point in the history
  • Loading branch information
tannergooding committed Jun 21, 2023
1 parent e7f931e commit f22e43d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/LLVMSharp.UnitTests/Examples.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ public class Examples
private delegate int BinaryInt32Operation(int op1, int op2);

[Test]
[Platform(Exclude = "32-bit")]
public void Intro()
{
using var module = LLVMModuleRef.CreateWithName("LLVMSharpIntro");
Expand Down
1 change: 1 addition & 0 deletions tests/LLVMSharp.UnitTests/IR.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

namespace LLVMSharp.UnitTests;

[Platform(Exclude = "32-bit")]
public class IR
{
[Test]
Expand Down

0 comments on commit f22e43d

Please sign in to comment.