Messed up the spacing like a pleb

This commit is contained in:
ThePhD 2016-02-24 14:10:22 -05:00
parent 9c21d11b8c
commit 51cd0cb0da

View File

@ -1429,7 +1429,7 @@ TEST_CASE("issues/stack-overflow", "make sure various operations repeated don't
REQUIRE_NOTHROW(
for (int i = 0; i < 1000000; ++i) {
int result = t[0];
t.size();
t.size();
if (result != expected)
throw std::logic_error("RIP");
}