Skip to content

Commit 8245ca9

Browse files
committed
[clang][Interp] Don't disable int128 tests everywhere.
1 parent 87e2521 commit 8245ca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/AST/Interp/literals.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ static_assert(number != 10, ""); // expected-error{{failed}} \
2727
// ref-note{{evaluates to}}
2828

2929

30-
#ifdef __SIZEOF__INT128__
30+
#ifdef __SIZEOF_INT128__
3131
namespace i128 {
3232
typedef __int128 int128_t;
3333
typedef unsigned __int128 uint128_t;

0 commit comments

Comments
 (0)