From 670a9729fdd425c1b920f8af1c582dfeceb9e721 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Thu, 28 Mar 2024 15:18:15 -0400 Subject: Change run script to test all --- tests/test_method_3.tnsl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/test_method_3.tnsl') diff --git a/tests/test_method_3.tnsl b/tests/test_method_3.tnsl index 46dec79..c1e4904 100644 --- a/tests/test_method_3.tnsl +++ b/tests/test_method_3.tnsl @@ -14,6 +14,7 @@ struct Mock { Mock a a.i = 69 a.j = 0 - return a.mul() + a.mul() + return a.i ;/ -- cgit v1.2.3