File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 7be8f0af0393dcdb077c2f6b1653836fd3fba235
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: 53543d2aa36608966acda7a49276d7746df8ea3b
4
+ refs/heads/snap-stage3: ae97e6f8d3f0af894993ca71ec2f1c5577646e94
5
5
refs/heads/try: 502e4c045236682e9728539dc0d2b3d0b237f55c
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
Original file line number Diff line number Diff line change @@ -199,14 +199,11 @@ check-fast: check-lite
199
199
200
200
# Some less critical tests that are not prone to breakage.
201
201
# Not run as part of the normal test suite, but tested by bors on checkin.
202
- check-secondary : check-syntax check-pretty
202
+ check-secondary : check-lexer check-pretty
203
203
204
204
# check + check-secondary.
205
205
check-all : check check-secondary
206
206
207
- # Run the grammar tests.
208
- check-syntax : check-lexer
209
-
210
207
# Pretty-printing tests.
211
208
check-pretty : check-stage2-T-$(CFG_BUILD ) -H-$(CFG_BUILD ) -pretty-exec
212
209
You can’t perform that action at this time.
0 commit comments