Browse Source

Adjust test case

pull/728/head
Daniel Grunwald 9 years ago
parent
commit
d6d86b35e2
  1. 2
      ICSharpCode.Decompiler/Tests/CustomAttributes/S_CustomAttributes.cs

2
ICSharpCode.Decompiler/Tests/CustomAttributes/S_CustomAttributes.cs

@ -39,7 +39,7 @@ namespace aa @@ -39,7 +39,7 @@ namespace aa
{
}
}
[CustomAttributes.MyAttribute(CustomAttributes.ULongEnum.MaxUInt64)]
[My(ULongEnum.MaxUInt64)]
public enum ULongEnum : ulong
{
MaxUInt64 = 18446744073709551615uL

Loading…
Cancel
Save