summaryrefslogtreecommitdiff
path: root/test/FrontendC++/2010-06-22-ZeroBitfield.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/FrontendC++/2010-06-22-ZeroBitfield.cpp')
-rw-r--r--test/FrontendC++/2010-06-22-ZeroBitfield.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC++/2010-06-22-ZeroBitfield.cpp b/test/FrontendC++/2010-06-22-ZeroBitfield.cpp
index c979f8d9b9..9c4f2629f7 100644
--- a/test/FrontendC++/2010-06-22-ZeroBitfield.cpp
+++ b/test/FrontendC++/2010-06-22-ZeroBitfield.cpp
@@ -1,4 +1,4 @@
-// RUN: %llvmgxx -g -c %s
+// RUN: %llvmgxx -g -S %s
struct s8_0 { unsigned : 0; };
struct s8_1 { double x; };
struct s8 { s8_0 a; s8_1 b; };