From e472ac72c2220d87706757fcbad1b1f73b975ffb Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Sat, 9 Jan 2021 18:38:34 +0100 Subject: [PATCH] Update tests --- test/code/formatPreservation/attributes.test | 4 ++-- test/code/prettyPrinter/stmt/attributes.test | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/code/formatPreservation/attributes.test b/test/code/formatPreservation/attributes.test index 0b87c03..23800a8 100644 --- a/test/code/formatPreservation/attributes.test +++ b/test/code/formatPreservation/attributes.test @@ -151,7 +151,7 @@ new #[A] class }; #[A] function () { }; -#[A] fn() => 42; +#[A] fn() => (42); ----- 0; +$y = #[A11] fn() => (0); new #[A13] class { }; \ No newline at end of file