diff options
Diffstat (limited to 'tests/functional/lang/eval-fail-not-throws.nix')
-rw-r--r-- | tests/functional/lang/eval-fail-not-throws.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/functional/lang/eval-fail-not-throws.nix b/tests/functional/lang/eval-fail-not-throws.nix new file mode 100644 index 000000000..a74ce4ebe --- /dev/null +++ b/tests/functional/lang/eval-fail-not-throws.nix @@ -0,0 +1 @@ +! (throw "uh oh!") |