From 463e2817c55fbd5b026d7dd630541b990b82418a Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 27 Oct 2004 12:41:53 +0000 Subject: * Remove ancient Fix tests. * Add automated Nix expression language tests. --- testpkgs/fun/fun2.fix | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 testpkgs/fun/fun2.fix (limited to 'testpkgs/fun/fun2.fix') diff --git a/testpkgs/fun/fun2.fix b/testpkgs/fun/fun2.fix deleted file mode 100644 index 5741fa6f3b..0000000000 --- a/testpkgs/fun/fun2.fix +++ /dev/null @@ -1,9 +0,0 @@ -Call( - Function(["x"], - Call( - Function(["y", "z"], Var("y")), - [ ("y", Var("x")) ] - ) - ), - [ ("x", True) ] -) \ No newline at end of file -- cgit 1.4.1