summaryrefslogtreecommitdiffstats
path: root/clang/test/Frontend/fixed_point_same_fbits.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Frontend/fixed_point_same_fbits.c')
-rw-r--r--clang/test/Frontend/fixed_point_same_fbits.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Frontend/fixed_point_same_fbits.c b/clang/test/Frontend/fixed_point_same_fbits.c
index 255f7de89fd..1d116b7dfa2 100644
--- a/clang/test/Frontend/fixed_point_same_fbits.c
+++ b/clang/test/Frontend/fixed_point_same_fbits.c
@@ -1,5 +1,5 @@
// RUN: %clang -ffixed-point -S -emit-llvm -o - %s | FileCheck %s -check-prefix=DEFAULT
-// RUN: %clang -ffixed-point -fsame-fbits -S -emit-llvm -o - %s | FileCheck %s -check-prefix=SAME
+// RUN: %clang_cc1 -ffixed-point -fpadding-on-unsigned-fixed-point -S -emit-llvm -o - %s | FileCheck %s -check-prefix=SAME
/* The scale for unsigned fixed point types should be the same as that of signed
* fixed point types when -fsame-fbits is enabled. */
OpenPOWER on IntegriCloud