From d4f6c50f9f2199edb133f0494729996b4934e069 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petri=20H=C3=A4kkinen?= Date: Fri, 10 Nov 2023 15:51:16 +0200 Subject: [PATCH] Update tests/Compiler.test.cpp Co-authored-by: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com> --- tests/Compiler.test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Compiler.test.cpp b/tests/Compiler.test.cpp index c85dbb5c..112c58e9 100644 --- a/tests/Compiler.test.cpp +++ b/tests/Compiler.test.cpp @@ -4503,7 +4503,7 @@ LOADK R0 K0 [1, 2, 3] RETURN R0 1 )"); - CHECK_EQ("\n" + compileFunction("print(Vector3.new(1, 2, 3))", 0, 2, true), R"( + CHECK_EQ("\n" + compileFunction("print(Vector3.new(1, 2, 3))", 0, 2, /*enableVectors*/ true), R"( GETIMPORT R0 1 [print] LOADK R1 K2 [1, 2, 3] CALL R0 1 0