This PR migrates most remaining tests to the new test suite. It also completes the migration of directories like `tests/lean/run`, meaning that PRs trying to add tests to those old directories will now fail.
10 lines
123 B
Text
10 lines
123 B
Text
def foo (x : Nat) : Nat := sorry
|
|
|
|
def bar := sorry
|
|
|
|
#eval 1
|
|
|
|
#check Nat
|
|
|
|
--^ collectDiagnostics
|
|
--^ interactiveDiagnostics
|