about summary refs log tree commit diff
path: root/third_party/nix/src/tests/lang/eval-okay-if.nix
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nix/src/tests/lang/eval-okay-if.nix')
-rw-r--r--third_party/nix/src/tests/lang/eval-okay-if.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/nix/src/tests/lang/eval-okay-if.nix b/third_party/nix/src/tests/lang/eval-okay-if.nix
deleted file mode 100644
index 23e4c74d50..0000000000
--- a/third_party/nix/src/tests/lang/eval-okay-if.nix
+++ /dev/null
@@ -1 +0,0 @@
-if "foo" != "f" + "oo" then 1 else if false then 2 else 3