diff options
Diffstat (limited to 'clang/test/Sema/Float16.c')
| -rw-r--r-- | clang/test/Sema/Float16.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/test/Sema/Float16.c b/clang/test/Sema/Float16.c index 2830213b6099..b104cf907b3e 100644 --- a/clang/test/Sema/Float16.c +++ b/clang/test/Sema/Float16.c @@ -14,9 +14,10 @@ _Float16 f; #ifdef HAVE +// expected-no-diagnostics _Complex _Float16 a; void builtin_complex(void) { _Float16 a = 0; - (void)__builtin_complex(a, a); // expected-error {{'_Complex _Float16' is invalid}} + (void)__builtin_complex(a, a); } #endif |
