From dbf9ab0d00261466af1dd8a4a23c6bd227063449 Mon Sep 17 00:00:00 2001 From: Jeff Date: Sun, 18 Feb 2024 10:55:54 -0500 Subject: [PATCH] Fix function test --- tests/functions.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functions.rs b/tests/functions.rs index e52d5ad..3f9e238 100644 --- a/tests/functions.rs +++ b/tests/functions.rs @@ -101,7 +101,7 @@ fn function_context_captures_structure_definitions() { } bob = () { - new User { + User::{ name = 'bob' } }