tests/functional2/lang: Migrate attrs tests

Change-Id: I8eee261d76d34c4a138bc24d9c2b9a0dfb944c7f
This commit is contained in:
piegames
2025-11-18 13:48:32 +00:00
parent a852ceb0c8
commit dbb6098ff4
53 changed files with 4 additions and 1 deletions
@@ -1 +0,0 @@
--extra-deprecated-features rec-set-overrides
@@ -0,0 +1,3 @@
[[test]]
runner = "eval-okay"
flags = [ "--extra-deprecated-features", "rec-set-overrides" ]
@@ -12,4 +12,5 @@ in
{
result = lib.id (builtins.concatStringsSep "" [xyzzy xyzzy2 fb]);
result2 = { xyzzy }: xyzzy;
}