diff options
Diffstat (limited to 'third_party/nix/tests/lang/eval-okay-float.nix')
-rw-r--r-- | third_party/nix/tests/lang/eval-okay-float.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/third_party/nix/tests/lang/eval-okay-float.nix b/third_party/nix/tests/lang/eval-okay-float.nix deleted file mode 100644 index b2702c7b1668..000000000000 --- a/third_party/nix/tests/lang/eval-okay-float.nix +++ /dev/null @@ -1,6 +0,0 @@ -[ - (1.1 + 2.3) - (builtins.add (0.5 + 0.5) (2.0 + 0.5)) - ((0.5 + 0.5) * (2.0 + 0.5)) - ((1.5 + 1.5) / (0.5 * 4.0)) -] |