From fef822494ea3f0bac9f3c398228e7a608fb54fbf Mon Sep 17 00:00:00 2001 From: piegames Date: Tue, 24 Jun 2025 16:34:18 +0200 Subject: [PATCH] tests/functional2/lang: Drop trivial "parse-okay-1" This really looks like one of the first tests ever written, it doesn't seem to be actively testing anything interesting Change-Id: I442840db932203c25da2d8400ada791f8aed04ce --- tests/functional/lang/parse-okay-1.exp | 19 ------------------- tests/functional/lang/parse-okay-1.nix | 1 - 2 files changed, 20 deletions(-) delete mode 100644 tests/functional/lang/parse-okay-1.exp delete mode 100644 tests/functional/lang/parse-okay-1.nix diff --git a/tests/functional/lang/parse-okay-1.exp b/tests/functional/lang/parse-okay-1.exp deleted file mode 100644 index ca00a8379..000000000 --- a/tests/functional/lang/parse-okay-1.exp +++ /dev/null @@ -1,19 +0,0 @@ -_type: ExprLambda -body: - _type: ExprConcatStrings - es: - - _type: ExprConcatStrings - es: - - _type: ExprVar - value: x - - _type: ExprVar - value: y - isInterpolation: false - - _type: ExprVar - value: z - isInterpolation: false -formals: - x: null - y: null - z: null -formalsEllipsis: false diff --git a/tests/functional/lang/parse-okay-1.nix b/tests/functional/lang/parse-okay-1.nix deleted file mode 100644 index 23a58ed10..000000000 --- a/tests/functional/lang/parse-okay-1.nix +++ /dev/null @@ -1 +0,0 @@ -{x, y, z}: x + y + z