Skip to content

Commit 85d4ffb

Browse files
committed
Enable commented-out tests
1 parent 5f6a91c commit 85d4ffb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/test/AST/Interp/complex.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ static_assert(__imag(13) == 0, "");
4545
constexpr int ignoredCast() {
4646
I2;
4747
(int)I2;
48-
/* (float)I2; FIXME*/
48+
(float)I2;
4949
D1;
50-
/* (int)D1; FIXME*/
50+
(int)D1;
5151
(double)D1;
5252
return 0;
5353
}

0 commit comments

Comments
 (0)