stash: make push -q quiet
[gitweb.git] / t / t4018 / cpp-union-definition
index 133b6622589417a68d25606894ebea9c38d5a50f..7ec94df697349061ec20b221eddb9c27835965da 100644 (file)
@@ -1,5 +1,4 @@
 union RIGHT {
        double v;
        int ChangeMe;
-       broken;
 };