diff --git a/affinescript-ecosystem/affinescript-deno-test/example/codegen_regression_test.affine b/affinescript-ecosystem/affinescript-deno-test/example/codegen_regression_test.affine index 493b9c44..ca65a572 100644 --- a/affinescript-ecosystem/affinescript-deno-test/example/codegen_regression_test.affine +++ b/affinescript-ecosystem/affinescript-deno-test/example/codegen_regression_test.affine @@ -40,7 +40,7 @@ fn advance(s: Lifecycle) -> Lifecycle { } fn make_counters() -> Counters { - { tag: 1, profile_id: 42, activity_count: 7 } + #{ tag: 1, profile_id: 42, activity_count: 7 } } fn read_profile_id(c: Counters) -> Int {