Skip to content

Commit

Permalink
Enable test that partially commented out.
Browse files Browse the repository at this point in the history
  • Loading branch information
9rnsr committed Jul 14, 2012
1 parent 738114f commit 2d66999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runnable/arrayop.d
Expand Up @@ -432,7 +432,7 @@ void test4662()

static assert(!is(typeof({ nums[] += nums[]; })));
static assert(!is(typeof({ nums[] -= nums[]; })));
//static assert(!is(typeof({ nums[] /= nums[]; }))); // bug 7385 prevents this from failing properly
static assert(!is(typeof({ nums[] /= nums[]; })));
static assert(!is(typeof({ nums[] += 4; })));
static assert(!is(typeof({ nums[] /= 7; })));
}
Expand Down

0 comments on commit 2d66999

Please sign in to comment.