From 51cd0cb0daeb2531c251e5a8a27f3a873b028ba3 Mon Sep 17 00:00:00 2001 From: ThePhD Date: Wed, 24 Feb 2016 14:10:22 -0500 Subject: [PATCH] Messed up the spacing like a pleb --- tests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests.cpp b/tests.cpp index c9f6b26e..2dac1417 100644 --- a/tests.cpp +++ b/tests.cpp @@ -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"); }