Skip to content

Commit

Permalink
Modify test for issue 16570 to accomodate fix for issue 12385
Browse files Browse the repository at this point in the history
  • Loading branch information
JinShil committed Nov 21, 2017
1 parent 334f853 commit 6f3b7e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/compilable/test16570.d
Expand Up @@ -5,4 +5,4 @@ enum Regression
a = _a,
}

static assert(is(typeof(Regression.a) == Regression));
static assert(is(typeof(Regression.a) == immutable(Regression)));

0 comments on commit 6f3b7e6

Please sign in to comment.