about summary refs log tree commit diff
path: root/third_party/nix/src/tests/lang/disabled/eval-okay-toxml.nix
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nix/src/tests/lang/disabled/eval-okay-toxml.nix')
-rw-r--r--third_party/nix/src/tests/lang/disabled/eval-okay-toxml.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/nix/src/tests/lang/disabled/eval-okay-toxml.nix b/third_party/nix/src/tests/lang/disabled/eval-okay-toxml.nix
new file mode 100644
index 0000000000..068c97a6c1
--- /dev/null
+++ b/third_party/nix/src/tests/lang/disabled/eval-okay-toxml.nix
@@ -0,0 +1,3 @@
+# Make sure the expected XML output is produced; in particular, make sure it
+# doesn't contain source location information.
+builtins.toXML { a = "s"; }