Skip to content

Commit

Permalink
test: fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-reimann committed Jul 4, 2024
1 parent 65e0b54 commit 57ad8f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)«
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package tests.partialValidation.baseCases.functions

// $TEST$ serialization f
@Pure »fun f()«
»@Pure fun f()«

0 comments on commit 57ad8f1

Please sign in to comment.