fix: disable TCO test

This commit is contained in:
2026-01-31 17:50:55 +08:00
parent aa368cb12e
commit 547f8f3828

View File

@@ -250,7 +250,10 @@ eval_okay_test!(strings_as_attrs_names);
eval_okay_test!(substring); eval_okay_test!(substring);
eval_okay_test!(substring_context); eval_okay_test!(substring_context);
eval_okay_test!(symlink_resolution); eval_okay_test!(symlink_resolution);
eval_okay_test!(tail_call_1); eval_okay_test!(
#[ignore = "TCO not implemented, also disabled in CppNix"]
tail_call_1
);
eval_okay_test!(tojson); eval_okay_test!(tojson);
eval_okay_test!( eval_okay_test!(
#[ignore = "not implemented: toXML"] #[ignore = "not implemented: toXML"]