diff options
author | Leonard Chan <leonardchan@google.com> | 2018-06-20 19:34:05 +0000 |
---|---|---|
committer | Leonard Chan <leonardchan@google.com> | 2018-06-20 19:34:05 +0000 |
commit | 2e5aa360115fb116f7857d99c28dbe22aefb8b07 (patch) | |
tree | 1200e550bd1d4bb71fcd8c988c090dc27efec600 /clang/test/Frontend/fixed_point_declarations.c | |
parent | 95486fd56ab3c3ba693776d8c60fce8593e08487 (diff) | |
download | bcm5719-llvm-2e5aa360115fb116f7857d99c28dbe22aefb8b07.tar.gz bcm5719-llvm-2e5aa360115fb116f7857d99c28dbe22aefb8b07.zip |
Fixed test in prior build where FileCheck tried to match against
`common` when declaring a global variable when we primarily care about
the value assigned in the test.
llvm-svn: 335159
Diffstat (limited to 'clang/test/Frontend/fixed_point_declarations.c')
-rw-r--r-- | clang/test/Frontend/fixed_point_declarations.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Frontend/fixed_point_declarations.c b/clang/test/Frontend/fixed_point_declarations.c index 47f7e9f8035..5df54f38d7f 100644 --- a/clang/test/Frontend/fixed_point_declarations.c +++ b/clang/test/Frontend/fixed_point_declarations.c @@ -1,4 +1,4 @@ -// RUN: %clang -ffixed-point -S -emit-llvm %s -o - | FileCheck %s +// RUN: %clang -ffixed-point -S -emit-llvm %s -o - --target=x86_64-linux | FileCheck %s // RUN: %clang -ffixed-point -S -emit-llvm %s -o - --target=x86_64-scei-ps4-ubuntu-fast | FileCheck %s // Primary fixed point types |