Skip to content

Commit

Permalink
[clang][Interp] Don't disable int128 tests everywhere.
Browse files Browse the repository at this point in the history
  • Loading branch information
tbaederr committed Oct 2, 2023
1 parent 87e2521 commit 8245ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/test/AST/Interp/literals.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ static_assert(number != 10, ""); // expected-error{{failed}} \
// ref-note{{evaluates to}}


#ifdef __SIZEOF__INT128__
#ifdef __SIZEOF_INT128__
namespace i128 {
typedef __int128 int128_t;
typedef unsigned __int128 uint128_t;
Expand Down

0 comments on commit 8245ca9

Please sign in to comment.