chore(tvix/eval): remove accidentally duplicated test
This is the same as `eval-okay-attrs-simple-inherit`. Change-Id: I23878accc6cd62c16ec96601239838a385d31306 Reviewed-on: https://cl.tvl.fyi/c/depot/+/6428 Reviewed-by: sterni <sternenseemann@systemli.org> Tested-by: BuildkiteCI
This commit is contained in:
parent
0af1df4be2
commit
360c805efc
2 changed files with 0 additions and 3 deletions
|
@ -1 +0,0 @@
|
|||
{ a = 15; }
|
|
@ -1,2 +0,0 @@
|
|||
let a = 15;
|
||||
in { inherit a; }
|
Loading…
Reference in a new issue