diff options
author | eldritch horrors <pennae@lix.systems> | 2024-03-04 04:42:21 +0100 |
---|---|---|
committer | eldritch horrors <pennae@lix.systems> | 2024-03-04 04:42:21 +0100 |
commit | 5ddd1a916667ec0d969f99a0a85a2092bf18b632 (patch) | |
tree | b4f72bec6bd4b6ed6936062aff45d66bac08413c /tests/functional/lang/eval-fail-bad-antiquote-1.err.exp | |
parent | c0fa61340c00f7d2b7435e01a50a6dcdae18c88d (diff) |
Merge pull request #9168 from obsidiansystems/fix-lang-tests-read-only
Fix language tests a bit
(cherry picked from commit e92cac789fc84b116a03db04a5f7de8df48e34cd)
Change-Id: I527e94c5af0921ff2559ce5a4ac7635be791c22e
Diffstat (limited to 'tests/functional/lang/eval-fail-bad-antiquote-1.err.exp')
-rw-r--r-- | tests/functional/lang/eval-fail-bad-antiquote-1.err.exp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/functional/lang/eval-fail-bad-antiquote-1.err.exp b/tests/functional/lang/eval-fail-bad-antiquote-1.err.exp deleted file mode 100644 index cf94f53bc..000000000 --- a/tests/functional/lang/eval-fail-bad-antiquote-1.err.exp +++ /dev/null @@ -1,10 +0,0 @@ -error: - … while evaluating a path segment - - at /pwd/lang/eval-fail-bad-antiquote-1.nix:1:2: - - 1| "${x: x}" - | ^ - 2| - - error: cannot coerce a function to a string |