tests/functional2/lang: Move some tests around

Change-Id: I7d87c6c210015b33091876e6656f7c0116bc12ea
This commit is contained in:
piegames
2025-11-24 16:31:29 +01:00
parent 45e4bec59e
commit 6da3519297
18 changed files with 1 additions and 1 deletions
@@ -0,0 +1,14 @@
error:
… while calling the 'seq' builtin
at /pwd/in.nix:1:16:
1| let n = -1; in builtins.seq n (builtins.flakeRefToString {
| ^
2| type = "github";
… while calling the 'flakeRefToString' builtin
at /pwd/in.nix:1:32:
1| let n = -1; in builtins.seq n (builtins.flakeRefToString {
| ^
2| type = "github";
error: negative value given for flake ref attr repo: -1