<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Aug 19, 2019, 1:42 AM Alex Henrie <<a href="mailto:alexhenrie24@gmail.com">alexhenrie24@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">+ * Copyright (C) 2019 Isira Seneviratne<br>
<br>
-    static const char expected[12] = "Hello World!";<br>
+    static const char expected[12] = {<br>
'H','e','l','l','o','W','o','r','l','d','!','\0' };<br>
<br>
All you had to do was remove the number 12 and let the compiler<br>
determine the size of the array automatically. And you really<br>
shouldn't add your name at the top of the file unless you wrote a<br>
substantial chunk of the file.<br>
<br>
-Alex<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Okay, thanks.</div><div dir="auto"><br></div><div dir="auto">By the way, why would the tests fail?</div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote></div></div></div>