From 0a8888d1c7220eddba40895a9c6c63d06edf4614 Mon Sep 17 00:00:00 2001 From: piegames Date: Sun, 18 Aug 2024 17:28:04 +0200 Subject: treewide: Stop using ancient let syntax MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Shows for how long these tests have not been touched by anyone … Change-Id: I3d0c1209a86283ddb012db4e7d45073264fdd0eb --- tests/functional/lang/eval-fail-remove.err.exp | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) (limited to 'tests/functional/lang/eval-fail-remove.err.exp') diff --git a/tests/functional/lang/eval-fail-remove.err.exp b/tests/functional/lang/eval-fail-remove.err.exp index 292b3c3f3..0ae9c1256 100644 --- a/tests/functional/lang/eval-fail-remove.err.exp +++ b/tests/functional/lang/eval-fail-remove.err.exp @@ -1,15 +1,7 @@ -error: - … while evaluating the attribute 'body' - at /pwd/lang/eval-fail-remove.nix:4:3: - 3| - 4| body = (removeAttrs attrs ["x"]).x; +error: attribute 'x' missing + at /pwd/lang/eval-fail-remove.nix:4:3: + 3| in + 4| (removeAttrs attrs ["x"]).x | ^ - 5| } - - error: attribute 'x' missing - at /pwd/lang/eval-fail-remove.nix:4:10: - 3| - 4| body = (removeAttrs attrs ["x"]).x; - | ^ - 5| } + 5| Did you mean y? -- cgit v1.2.3