using System; using System.Diagnostics; namespace Mono.Linker.Tests.Cases.Expectations.Assertions { /// /// Base attribute for attributes that mark up the expected behavior of the linker on a member /// [Conditional("INCLUDE_EXPECTATIONS")] public abstract class BaseExpectedLinkedBehaviorAttribute : Attribute { } }