aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/lang/eval-fail-duplicate-traces.err.exp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/lang/eval-fail-duplicate-traces.err.exp')
-rw-r--r--tests/functional/lang/eval-fail-duplicate-traces.err.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/lang/eval-fail-duplicate-traces.err.exp b/tests/functional/lang/eval-fail-duplicate-traces.err.exp
index cedaebd3b..d9e2ec945 100644
--- a/tests/functional/lang/eval-fail-duplicate-traces.err.exp
+++ b/tests/functional/lang/eval-fail-duplicate-traces.err.exp
@@ -41,7 +41,7 @@ error:
| ^
5| if n > 0
- … while calling the 'throw' builtin
+ … caused by explicit throw
at /pwd/lang/eval-fail-duplicate-traces.nix:7:10:
6| then throwAfter (n - 1)
7| else throw "Uh oh!";