summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNadrieril2024-06-26 13:53:45 +0200
committerNadrieril2024-06-28 09:46:11 +0200
commit617941a779baab199aa69bf2e8578a1ee7877289 (patch)
tree57f062f6243ae878b3fbc0df5abb9b7a938cb7f7 /tests
parent2e9d264566d32a9ee2a12d005851434cd8390975 (diff)
Remove redundant `llbc_name` field
It's redundant with `item_meta.name`
Diffstat (limited to 'tests')
-rw-r--r--tests/src/mutually-recursive-traits.lean.out12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/src/mutually-recursive-traits.lean.out b/tests/src/mutually-recursive-traits.lean.out
index bd281a82..a7e81535 100644
--- a/tests/src/mutually-recursive-traits.lean.out
+++ b/tests/src/mutually-recursive-traits.lean.out
@@ -1,17 +1,17 @@
[Info ] Imported: tests/llbc/mutually_recursive_traits.llbc
-[Error] In file Translate.ml, line 826:
+[Error] In file Translate.ml, line 827:
Mutually recursive trait declarations are not supported
Uncaught exception:
(Failure
- "In file Translate.ml, line 826:\
- \nIn file Translate.ml, line 826:\
+ "In file Translate.ml, line 827:\
+ \nIn file Translate.ml, line 827:\
\nMutually recursive trait declarations are not supported")
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 852, characters 2-52
-Called from Aeneas__Translate.extract_file in file "Translate.ml", line 979, characters 2-36
-Called from Aeneas__Translate.translate_crate in file "Translate.ml", line 1528, characters 5-42
+Called from Aeneas__Translate.extract_definitions in file "Translate.ml", line 853, characters 2-52
+Called from Aeneas__Translate.extract_file in file "Translate.ml", line 980, characters 2-36
+Called from Aeneas__Translate.translate_crate in file "Translate.ml", line 1529, characters 5-42
Called from Dune__exe__Main in file "Main.ml", line 317, characters 14-66