From 13334f22e3d3ed4ab34640d7d12622fe413c89a3 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Tue, 16 Apr 2024 21:22:28 +0200 Subject: [PATCH] Test cases - Updated `simple_comments.t` --- source/tlang/testing/simple_comments.t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/tlang/testing/simple_comments.t b/source/tlang/testing/simple_comments.t index 84fda21d..d4ea2f8a 100644 --- a/source/tlang/testing/simple_comments.t +++ b/source/tlang/testing/simple_comments.t @@ -10,7 +10,8 @@ int p; */ /** - * Returns 0 + * Takes two inputs, does nothing with + them and then returns 0 nonetheless * * @param x This is the first input *@param y This is the second input