Update a test for lazy_static!

This commit is contained in:
topecongiro 2018-02-24 01:04:54 +09:00
parent 72e26a12bc
commit ebfc3af92a

View file

@ -207,7 +207,7 @@ fn issue_1921() {
acc += 1;
acc += 2;
acc
}
};
}
}