git: treat "git -C '<path>'" as a no-op when <path> is empty
[gitweb.git] / t / t4018 / cpp-class-constructor-mem-init
index eec1d7cbf390d1c018378af147d95472cb45c1bd..49a69f37e1616e683a9d80531faddf2d11c7e0b6 100644 (file)
@@ -2,5 +2,4 @@ Item::Item(int RIGHT) :
        member(0)
 {
        ChangeMe;
-       broken;
 }