Skip to content

Commit ae97e6f

Browse files
committed
mk: Remove check-syntax target
This appears to be redundantly named with a shortcut target for testing the syntax crate.
1 parent 53543d2 commit ae97e6f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

mk/tests.mk

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,14 +199,11 @@ check-fast: check-lite
199199

200200
# Some less critical tests that are not prone to breakage.
201201
# 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
203203

204204
# check + check-secondary.
205205
check-all: check check-secondary
206206

207-
# Run the grammar tests.
208-
check-syntax: check-lexer
209-
210207
# Pretty-printing tests.
211208
check-pretty: check-stage2-T-$(CFG_BUILD)-H-$(CFG_BUILD)-pretty-exec
212209

0 commit comments

Comments
 (0)