From ee50c7d033dfa107a6231bb69a964b4db23cd85d Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 25 Mar 2024 18:33:38 +0100 Subject: [PATCH] adjust test output for eval-fail-function-apply-dollar --- .../lang/eval-fail-function-apply-dollar.err.exp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/tests/functional/lang/eval-fail-function-apply-dollar.err.exp b/tests/functional/lang/eval-fail-function-apply-dollar.err.exp index 2d23e4ae6..2aeaf115d 100644 --- a/tests/functional/lang/eval-fail-function-apply-dollar.err.exp +++ b/tests/functional/lang/eval-fail-function-apply-dollar.err.exp @@ -1,26 +1,20 @@ error: … from call site - at /pwd/lang/eval-fail-function-apply-dollar.nix:6:10: - 5| add = a: b: a + b; 6| in add a $ a $ b | ^ 7| … while calling 'add' - at /pwd/lang/eval-fail-function-apply-dollar.nix:5:12: - 4| 5| add = a: b: a + b; | ^ 6| in add a $ a $ b - error: attempt to call something which is not a function but an integer - + error: attempt to call something which is not a function but an integer: 5 at /pwd/lang/eval-fail-function-apply-dollar.nix:6:14: - 5| add = a: b: a + b; 6| in add a $ a $ b | ^