diff options
Diffstat (limited to 'clang/test/PCH/floating-literal.c')
-rw-r--r-- | clang/test/PCH/floating-literal.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/PCH/floating-literal.c b/clang/test/PCH/floating-literal.c index 738e45a4151..b5ff6fe84b8 100644 --- a/clang/test/PCH/floating-literal.c +++ b/clang/test/PCH/floating-literal.c @@ -1,4 +1,5 @@ // RUN: %clang_cc1 -triple mips64-none-linux-gnu -emit-pch -o %t %s +// REQUIRES: mips-registered-target // RUN: %clang_cc1 -x ast -ast-print %t | FileCheck %s // Make sure the semantics of FloatingLiterals are stored correctly in |