summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/complex-int.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Sema/complex-int.c')
-rw-r--r--clang/test/Sema/complex-int.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/clang/test/Sema/complex-int.c b/clang/test/Sema/complex-int.c
index 5977b4d1e0c..6c660899e8a 100644
--- a/clang/test/Sema/complex-int.c
+++ b/clang/test/Sema/complex-int.c
@@ -44,9 +44,8 @@ TestPairs(7); TestPairs(8);
// rdar://6097730
void test3(_Complex int *x) {
*x = ~*x;
-}
+}
void test4(_Complex float *x) {
*x = ~*x;
-}
-
+}
OpenPOWER on IntegriCloud