summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/bool_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/bool_test.c')
-rw-r--r--test/CodeGen/bool_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/bool_test.c b/test/CodeGen/bool_test.c
index a4aa669..c836b98 100644
--- a/test/CodeGen/bool_test.c
+++ b/test/CodeGen/bool_test.c
@@ -1,4 +1,4 @@
-// REQUIRES: ppc32-registered-target
+// REQUIRES: powerpc-registered-target
// RUN: %clang_cc1 -triple powerpc-apple-macosx10.4.0 -emit-llvm -o - %s -O2 -disable-llvm-optzns | FileCheck %s
int boolsize = sizeof(_Bool);
OpenPOWER on IntegriCloud