From b278cabb4843d6ce926b10d8068c4424caec745b Mon Sep 17 00:00:00 2001 From: Klemens David Morgenstern Date: Wed, 30 Jan 2019 16:30:05 +0800 Subject: [PATCH] Broke cute --- test/cute.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cute.cpp b/test/cute.cpp index 137c5df..cc6246e 100644 --- a/test/cute.cpp +++ b/test/cute.cpp @@ -9,7 +9,7 @@ void thisIsATest() { first = "Hello"; second = "World"; expected = "Hello World"; - ASSERT_EQUAL(expected, first + " " + second); + ASSERT_EQUAL(expected, first + "-" + second); } bool runAllTests(int argc, char const *argv[]) {