diff options
Diffstat (limited to 'compiler-rt/test/builtins/Unit/absvti2_test.c')
| -rw-r--r-- | compiler-rt/test/builtins/Unit/absvti2_test.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler-rt/test/builtins/Unit/absvti2_test.c b/compiler-rt/test/builtins/Unit/absvti2_test.c index 8233c18ff09..9b71f200ac7 100644 --- a/compiler-rt/test/builtins/Unit/absvti2_test.c +++ b/compiler-rt/test/builtins/Unit/absvti2_test.c @@ -11,12 +11,12 @@ // //===----------------------------------------------------------------------===// -#if __x86_64 - #include "int_lib.h" #include <stdio.h> #include <stdlib.h> +#ifdef CRT_HAS_128BIT + // Returns: absolute value // Effects: aborts if abs(x) < 0 @@ -49,7 +49,7 @@ int test__absvti2(ti_int a) int main() { -#if __x86_64 +#ifdef CRT_HAS_128BIT // if (test__absvti2(make_ti(0x8000000000000000LL, 0))) // should abort // return 1; |

