diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-09-22T12·53+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-09-22T14·05+0200 |
commit | a54c263402cf140b6f91e26c02f13cbeeda76583 (patch) | |
tree | 0384a5937a2afac49b26639ac31089ca2f828312 /tests/lang/eval-fail-seq.nix | |
parent | eff120d1b93b99d6ae61b20e18c31a5324a2be4f (diff) |
Add ‘seq’ primop
Diffstat (limited to 'tests/lang/eval-fail-seq.nix')
-rw-r--r-- | tests/lang/eval-fail-seq.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lang/eval-fail-seq.nix b/tests/lang/eval-fail-seq.nix new file mode 100644 index 000000000000..cddbbfd3261e --- /dev/null +++ b/tests/lang/eval-fail-seq.nix @@ -0,0 +1 @@ +builtins.seq (abort "foo") 2 |