summaryrefslogtreecommitdiff
path: root/test/Sema/complex-int.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Sema/complex-int.c')
-rw-r--r--test/Sema/complex-int.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/Sema/complex-int.c b/test/Sema/complex-int.c
index 5977b4d1e0cbb..6c660899e8a1d 100644
--- a/test/Sema/complex-int.c
+++ b/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;
-}
-
+}