From d9ff58009a62fd59e4cb4db44a1393662dec9947 Mon Sep 17 00:00:00 2001 From: ike709 Date: Mon, 23 Sep 2024 01:15:30 -0500 Subject: [PATCH] it would help if the unit test actually tested the issue --- Content.Tests/DMProject/Tests/List/DoubleSquareBracketEquals.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Tests/DMProject/Tests/List/DoubleSquareBracketEquals.dm b/Content.Tests/DMProject/Tests/List/DoubleSquareBracketEquals.dm index 6fd14892fb..047b13e809 100644 --- a/Content.Tests/DMProject/Tests/List/DoubleSquareBracketEquals.dm +++ b/Content.Tests/DMProject/Tests/List/DoubleSquareBracketEquals.dm @@ -1,3 +1,3 @@ /proc/RunTest() - var/foo[] = new() + var/list/foo[]=new() ASSERT(islist(foo))