about summary refs log tree commit diff
path: root/third_party/nix/src/tests/lang/evalstore-okay-toxml.nix
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nix/src/tests/lang/evalstore-okay-toxml.nix')
-rw-r--r--third_party/nix/src/tests/lang/evalstore-okay-toxml.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/third_party/nix/src/tests/lang/evalstore-okay-toxml.nix b/third_party/nix/src/tests/lang/evalstore-okay-toxml.nix
deleted file mode 100644
index 068c97a6c1..0000000000
--- a/third_party/nix/src/tests/lang/evalstore-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"; }