aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/CodeGen/union.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/union.c b/test/CodeGen/union.c
index 96287ea0a6..9d82f4fd9b 100644
--- a/test/CodeGen/union.c
+++ b/test/CodeGen/union.c
@@ -28,7 +28,7 @@ int f3(value v) {
}
enum E9 { one, two };
-union S65 { enum E9 a:62; } ; union S65 s65;
+union S65 { enum E9 a; } ; union S65 s65;
void fS65() { enum E9 e = s65.a; }
typedef union{