summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/complex.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/complex.c')
-rw-r--r--clang/test/CodeGen/complex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/complex.c b/clang/test/CodeGen/complex.c
index 001d148bc55..30793aaf9e7 100644
--- a/clang/test/CodeGen/complex.c
+++ b/clang/test/CodeGen/complex.c
@@ -6,5 +6,5 @@ void main(void)
double _Complex a = 5;
double _Complex b = 42;
- return a * b == 123;
+ return a * b == b * a;
}
OpenPOWER on IntegriCloud