test(tvix/eval): re-enable blackhole test
Change-Id: Id933f3bd708aa3342b9fd6a5584e65ee11751ff8 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8773 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: sterni <sternenseemann@systemli.org>
This commit is contained in:
parent
8e5551329a
commit
d5b989ddc0
1 changed files with 0 additions and 0 deletions
5
tvix/eval/src/tests/nix_tests/eval-fail-blackhole.nix
Normal file
5
tvix/eval/src/tests/nix_tests/eval-fail-blackhole.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
let {
|
||||
body = x;
|
||||
x = y;
|
||||
y = x;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue