Files
lean4/tests/elab_fail/root.lean.out.expected
Garmelon 08eb78a5b2 chore: switch to new test/bench suite (#12590)
This PR sets up the new integrated test/bench suite. It then migrates
all benchmarks and some related tests to the new suite. There's also
some documentation and some linting.

For now, a lot of the old tests are left alone so this PR doesn't become
even larger than it already is. Eventually, all tests should be migrated
to the new suite though so there isn't a confusing mix of two systems.
2026-02-25 13:51:53 +00:00

17 lines
868 B
Plaintext

Bla.f (x : Nat) : Nat
root.lean:21:14-21:22: error: protected declarations must be in a namespace
root.lean:29:4-29:10: error: invalid declaration name `_root_`, `_root_` is a prefix used to refer to the 'root' namespace
root.lean:31:0-31:32: error: invalid namespace `_root_`, `_root_` is a reserved namespace
root.lean:33:0-33:34: error: invalid namespace `f._root_`, `_root_` is a reserved namespace
root.lean:35:14-35:22: error: protected declarations must be in a namespace
root.lean:41:7-41:8: error(lean.unknownIdentifier): Unknown identifier `h`
root.lean:43:7-43:8: error(lean.unknownIdentifier): Unknown identifier `f`
Bla.f (x : Nat) : Nat
_private.elab_fail.root.0.prv : Nat -> Nat
root.lean:90:89-90:93: error: unsolved goals
x : Nat
⊢ isEven (x + 1 + 1) = isEven x
root.lean:95:89-95:93: error: unsolved goals
x : Nat
⊢ isEven (x + 1 + 1) = isEven x