testss
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using NUnit.Framework;
|
||||
using NUnit.Framework.Interfaces;
|
||||
|
||||
namespace Burst.Compiler.IL.Tests
|
||||
{
|
||||
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false)]
|
||||
public class WindowsOnlyAttribute : Attribute
|
||||
{
|
||||
public WindowsOnlyAttribute(string reason)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
[AttributeUsage(AttributeTargets.Method, AllowMultiple = true, Inherited = false)]
|
||||
public sealed class TestCompilerAttribute : TestCaseAttribute, ITestBuilder
|
||||
{
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user