From 57ad8f15b1947ee138bb208f6786c1d5ae465b41 Mon Sep 17 00:00:00 2001 From: Lars Reimann Date: Thu, 4 Jul 2024 12:01:41 +0200 Subject: [PATCH] test: fix failing tests --- .../tests/resources/call graph/callable/function.sdsdev | 2 +- .../partial evaluation/base cases/functions/main.sdsdev | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/safe-ds-lang/tests/resources/call graph/callable/function.sdsdev b/packages/safe-ds-lang/tests/resources/call graph/callable/function.sdsdev index 8d8659fe9..df64efc01 100644 --- a/packages/safe-ds-lang/tests/resources/call graph/callable/function.sdsdev +++ b/packages/safe-ds-lang/tests/resources/call graph/callable/function.sdsdev @@ -4,4 +4,4 @@ package tests.callGraph.callable.function @Pure fun g() // $TEST$ ["myFunction", "f", "g"] -@Pure »fun myFunction(param1: Any = f(), param2: () -> () = g)« +»@Pure fun myFunction(param1: Any = f(), param2: () -> () = g)« diff --git a/packages/safe-ds-lang/tests/resources/partial evaluation/base cases/functions/main.sdsdev b/packages/safe-ds-lang/tests/resources/partial evaluation/base cases/functions/main.sdsdev index 1f0f1b214..fe78c72da 100644 --- a/packages/safe-ds-lang/tests/resources/partial evaluation/base cases/functions/main.sdsdev +++ b/packages/safe-ds-lang/tests/resources/partial evaluation/base cases/functions/main.sdsdev @@ -1,4 +1,4 @@ package tests.partialValidation.baseCases.functions // $TEST$ serialization f -@Pure »fun f()« +»@Pure fun f()«