summaryrefslogtreecommitdiff
path: root/t/t4018/cpp-union-definition
diff options
context:
space:
mode:
Diffstat (limited to 't/t4018/cpp-union-definition')
-rw-r--r--t/t4018/cpp-union-definition1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/t4018/cpp-union-definition b/t/t4018/cpp-union-definition
index 133b662258..7ec94df697 100644
--- a/t/t4018/cpp-union-definition
+++ b/t/t4018/cpp-union-definition
@@ -1,5 +1,4 @@
union RIGHT {
double v;
int ChangeMe;
- broken;
};