Skip to content

Commit de7fd7c

Browse files
authored
Remove test that fails on dlang#3616
1 parent 97a42c5 commit de7fd7c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spec/traits.dd

-1
Original file line numberDiff line numberDiff line change
@@ -1738,7 +1738,6 @@ static assert(__traits(isSame, foo, daz));
17381738
$(SPEC_RUNNABLE_EXAMPLE_COMPILE
17391739
---
17401740
enum e = 3;
1741-
static assert(__traits(isSame, (e), 3));
17421741
static assert(__traits(isSame, 5, 2 + e));
17431742
---
17441743
)

0 commit comments

Comments
 (0)