diff options
author | Nadrieril | 2024-06-18 11:31:45 +0200 |
---|---|---|
committer | Nadrieril | 2024-06-18 12:11:23 +0200 |
commit | aa5948d7f9fd9b2d0ce18657215dae6877ebd996 (patch) | |
tree | 56008c815bfc43c3c63ef31489a853241983d87d /tests/src | |
parent | 43a9fb0fa5a1c03a7cce575a052f0d4201189d1d (diff) |
Tiny dedup
Diffstat (limited to 'tests/src')
-rw-r--r-- | tests/src/mutually-recursive-traits.lean.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/mutually-recursive-traits.lean.out b/tests/src/mutually-recursive-traits.lean.out index 9b3b0737..d4ca5af3 100644 --- a/tests/src/mutually-recursive-traits.lean.out +++ b/tests/src/mutually-recursive-traits.lean.out @@ -9,7 +9,7 @@ Uncaught exception: \nIn file Translate.ml, line 813:\ \nMutually recursive trait declarations are not supported") -Raised at Aeneas__Errors.craise_opt_span in file "Errors.ml", line 46, characters 4-76 +Raised at Aeneas__Errors.craise_opt_span in file "Errors.ml", line 47, characters 4-76 Called from Stdlib__List.iter in file "list.ml", line 110, characters 12-15 Called from Aeneas__Translate.extract_definitions in file "Translate.ml", line 836, characters 2-52 Called from Aeneas__Translate.extract_file in file "Translate.ml", line 963, characters 2-36 |