summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/struct-comma.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/struct-comma.c')
-rw-r--r--clang/test/CodeGen/struct-comma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/struct-comma.c b/clang/test/CodeGen/struct-comma.c
index e8070dd1782..b53013f7aab 100644
--- a/clang/test/CodeGen/struct-comma.c
+++ b/clang/test/CodeGen/struct-comma.c
@@ -1,4 +1,4 @@
-// RUN: clang %s -emit-llvm
+// RUN: clang %s -emit-llvm -o %t
struct S {int a, b;} x;
void a(struct S* b) {*b = (r(), x);}
OpenPOWER on IntegriCloud