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:
Vincent Ambo 2022-09-03 03:56:13 +03:00 committed by tazjin
parent 0af1df4be2
commit 360c805efc
2 changed files with 0 additions and 3 deletions

View file

@ -1 +0,0 @@
{ a = 15; }

View file

@ -1,2 +0,0 @@
let a = 15;
in { inherit a; }