Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'kb/fast-hashmap'
[gitweb.git]
/
t
/
t4018
/
cpp-class-constructor-mem-init
diff --git
a/t/t4018/cpp-class-constructor-mem-init
b/t/t4018/cpp-class-constructor-mem-init
index eec1d7cbf390d1c018378af147d95472cb45c1bd..49a69f37e1616e683a9d80531faddf2d11c7e0b6 100644
(file)
--- a/
t/t4018/cpp-class-constructor-mem-init
+++ b/
t/t4018/cpp-class-constructor-mem-init
@@
-2,5
+2,4
@@
Item::Item(int RIGHT) :
member(0)
{
ChangeMe;
- broken;
}