diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/diagnostics/common.lua | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/diagnostics/common.lua b/test/diagnostics/common.lua index f79f1872..722bdea7 100644 --- a/test/diagnostics/common.lua +++ b/test/diagnostics/common.lua @@ -1378,8 +1378,8 @@ TEST [[ ---@class A 1 ]] -TEST [[ -local value -value = '1' -value = value:gsub() -]] +--TEST [[ +--local value +--value = '1' +--value = value:gsub() +--]] |