Remove file that is already in Example.Tests
This commit is contained in:
parent
91ab968154
commit
88db0ab12b
1 changed files with 0 additions and 13 deletions
|
|
@ -1,13 +0,0 @@
|
|||
namespace Mutannot
|
||||
|
||||
open System
|
||||
|
||||
[<AttributeUsage(AttributeTargets.Method, AllowMultiple = true)>]
|
||||
type MutationCaseAttribute(id: string, file: string, line: int, find: string, replace: string) =
|
||||
inherit Attribute()
|
||||
|
||||
member _.Id = id
|
||||
member _.File = file
|
||||
member _.Line = line
|
||||
member _.Find = find
|
||||
member _.Replace = replace
|
||||
Loading…
Add table
Add a link
Reference in a new issue