From d365b092262013e074f0fe800a1955032eaa2fd9 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 15 Jan 2023 14:52:37 +0300 Subject: feat(tvix/eval): implement builtins.toXML Change-Id: I009efc53a8e98f0650ae660c4decd8216e8a06e7 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7835 Reviewed-by: flokli Tested-by: BuildkiteCI --- tvix/eval/src/tests/nix_tests/notyetpassing/eval-okay-toxml.nix | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 tvix/eval/src/tests/nix_tests/notyetpassing/eval-okay-toxml.nix (limited to 'tvix/eval/src/tests/nix_tests/notyetpassing/eval-okay-toxml.nix') diff --git a/tvix/eval/src/tests/nix_tests/notyetpassing/eval-okay-toxml.nix b/tvix/eval/src/tests/nix_tests/notyetpassing/eval-okay-toxml.nix deleted file mode 100644 index 068c97a6c1b3..000000000000 --- a/tvix/eval/src/tests/nix_tests/notyetpassing/eval-okay-toxml.nix +++ /dev/null @@ -1,3 +0,0 @@ -# Make sure the expected XML output is produced; in particular, make sure it -# doesn't contain source location information. -builtins.toXML { a = "s"; } -- cgit 1.4.1