Skip to content

Commit 73abb94

Browse files
committed
Deactivate reanalyze
1 parent 7b453ea commit 73abb94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ test-tools:
4040

4141
test-syntax:
4242
bash ./scripts/test_syntax.sh
43-
make reanalyze
43+
# make reanalyze
4444
bash ./scripts/testok.sh
4545

4646
test-syntax-roundtrip:
4747
ROUNDTRIP_TEST=1 bash ./scripts/test_syntax.sh
48-
make reanalyze
48+
# make reanalyze
4949
bash ./scripts/testok.sh
5050

5151
test-gentype:

0 commit comments

Comments
 (0)