Skip to content

Commit b8518cd

Browse files
committed
remove empty test
1 parent 3aa93ea commit b8518cd

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

source/mir/parse.d

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -168,15 +168,6 @@ version (mir_test) unittest
168168
}
169169
}
170170

171-
///
172-
version (mir_test) unittest
173-
{
174-
import std.meta: AliasSeq;
175-
foreach (T; AliasSeq!(byte, short, int, long))
176-
{
177-
}
178-
}
179-
180171
alias r1 = parseUnsignedImpl!(uint, string);
181172
alias r2 = parseUnsignedImpl!(ulong, string);
182173
alias r3 = parseSignedImpl!(int, string);

0 commit comments

Comments
 (0)