about summary refs log tree commit diff
path: root/tvix/eval/src
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/eval/src')
-rw-r--r--tvix/eval/src/tests/mod.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/tvix/eval/src/tests/mod.rs b/tvix/eval/src/tests/mod.rs
index d8b593ae99..c80368970e 100644
--- a/tvix/eval/src/tests/mod.rs
+++ b/tvix/eval/src/tests/mod.rs
@@ -156,8 +156,7 @@ fn nix_eval_okay(#[files("src/tests/nix_tests/eval-okay-*.nix")] code_path: Path
 // eval-okay-* tests from the original Nix test suite which do not yet pass for tvix
 //
 // Eventually there will be none of these left, and this function
-// will disappear :) Until then, to run these tests, use `cargo test
-// --features expected_failures`.
+// will disappear :)
 //
 // Please don't submit failing tests unless they're in
 // notyetpassing; this makes the test suite much more useful for