From 7cb37a0ef7f9cb9ec429cd29e770b7bc6e72a2aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Thu, 24 Jun 2021 18:08:01 +0800 Subject: improve memory usage --- test/hover/init.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test') diff --git a/test/hover/init.lua b/test/hover/init.lua index 26064b5f..ff33944b 100644 --- a/test/hover/init.lua +++ b/test/hover/init.lua @@ -614,7 +614,7 @@ end local = a(1) ]] [[ -local r: string = "a" +local r: string ]] TEST[[ @@ -624,7 +624,7 @@ end local _, = pcall(a, 1) ]] [[ -local r: string = "a" +local r: string ]] TEST[[ @@ -1049,7 +1049,7 @@ end local = f(1) ]] [[ -local r: integer = 1 +local r: integer ]] TEST [[ -- cgit v1.2.3