aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/lang/eval-fail-select-err.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/lang/eval-fail-select-err.nix')
-rw-r--r--tests/functional/lang/eval-fail-select-err.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/functional/lang/eval-fail-select-err.nix b/tests/functional/lang/eval-fail-select-err.nix
new file mode 100644
index 000000000..a7add0077
--- /dev/null
+++ b/tests/functional/lang/eval-fail-select-err.nix
@@ -0,0 +1,3 @@
+let
+ somepkg.src = throw "invalid foo bar";
+in somepkg.src.meta