From 5ad263c26b5b9cc0ba067050e4a09b2491c9d40c Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 26 Feb 2014 19:08:44 +0100 Subject: Test some more primops --- tests/lang/eval-okay-types.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/lang/eval-okay-types.nix') diff --git a/tests/lang/eval-okay-types.nix b/tests/lang/eval-okay-types.nix index c3fe370ef770..8cb225e247fb 100644 --- a/tests/lang/eval-okay-types.nix +++ b/tests/lang/eval-okay-types.nix @@ -10,6 +10,8 @@ with builtins; (isInt { x = 123; }) (isBool (true && false)) (isBool null) + (isAttrs { x = 123; }) + (isAttrs null) (typeOf (3 * 4)) (typeOf true) (typeOf "xyzzy") -- cgit 1.4.1