From f2b6a05532a3a2e7643c41856defd637d7f6dc9d Mon Sep 17 00:00:00 2001 From: "ajeffrey@roblox.com" Date: Tue, 22 Mar 2022 18:14:41 -0500 Subject: [PATCH] Updating test expectations --- prototyping/Tests/Interpreter/concat_number_and_string/out.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/prototyping/Tests/Interpreter/concat_number_and_string/out.txt b/prototyping/Tests/Interpreter/concat_number_and_string/out.txt index a437438d..80c9d6ee 100644 --- a/prototyping/Tests/Interpreter/concat_number_and_string/out.txt +++ b/prototyping/Tests/Interpreter/concat_number_and_string/out.txt @@ -9,3 +9,4 @@ value 37.0 is not a string TYPE ERROR: Local variable y has type string but expression has type number + because provided type contains v, where v is a number