| Index: test/language.support/support.limits/limits/numeric.limits.members/traps.pass.cpp
|
| diff --git a/test/language.support/support.limits/limits/numeric.limits.members/traps.pass.cpp b/test/language.support/support.limits/limits/numeric.limits.members/traps.pass.cpp
|
| index 03453634140f45129d7478cd4f1c32f829ad6fbe..9b11e823d2c380f50c1ea4cf97f0c44990421953 100644
|
| --- a/test/language.support/support.limits/limits/numeric.limits.members/traps.pass.cpp
|
| +++ b/test/language.support/support.limits/limits/numeric.limits.members/traps.pass.cpp
|
| @@ -13,7 +13,7 @@
|
|
|
| #include <limits>
|
|
|
| -#if (defined(__i386__) || defined(__x86_64__))
|
| +#if (defined(__i386__) || defined(__x86_64__)) || defined(__pnacl__) // @LOCALMOD
|
| static const bool integral_types_trap = true;
|
| #else
|
| static const bool integral_types_trap = false;
|
|
|