You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(test/*): add test_sorry axiom in tests to make them less noisy (#6868)
This PR adds `axiom test_sorry` for the `sorry`s in tests, in order to remove the noisy output of `sorry`.
In `test/rewrites.lean` and `test/IsCompact.lean` some of the `#guard_msgs` are `#guard_msgs(warning)`, due to further messages.
Affected files:
```
test/apply_fun.lean
test/cancel_denoms.lean
test/Change.lean
test/congr.lean
test/congrm.lean
test/convert.lean
test/DefEqTransformations.lean
test/FBinop.lean
test/GCongr/inequalities.lean
test/GeneralizeProofs.lean
test/ImplicitUniverses.lean
test/InstanceTransparency.lean
test/LibrarySearch/IsCompact.lean
test/LiftLets.lean
test/linarith.lean
test/MfldSetTac.lean
test/mod_cases.lean
test/Monotonicity.lean
test/nontriviality.lean
test/norm_num.lean
test/push_neg.lean
test/Real.lean
test/rewrites.lean
test/ring.lean
test/Zify.lean
```
[Zulip discussion](https://leanprover.zulipchat.com/#narrow/stream/113488-general/topic/noisy.20tests)
0 commit comments