Skip to content

Commit 08de5e2

Browse files
committed
---
yaml --- r: 15423 b: refs/heads/try c: 9247033 h: refs/heads/master i: 15421: 699fd0f 15419: 3609439 15415: 636e3ec 15407: 09c7bae 15391: f45c63f 15359: ad8f93b v: v3
1 parent 37b9dbf commit 08de5e2

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: 24e921f7d4ec44c050ac0d767ecec9832bbd8116
5+
refs/heads/try: 92470336dd89d01f1eab34b45fe97c1a6a33f8d4
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/mk/tests.mk

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,6 @@ tidy:
124124
@$(call E, check: formatting)
125125
$(Q)echo \
126126
$(wildcard $(S)src/etc/*.py) \
127-
$(ALL_CS) \
128-
$(ALL_HS) \
129127
$(COMPILER_CRATE) \
130128
$(COMPILER_INPUTS) \
131129
$(CORELIB_CRATE) \
@@ -138,10 +136,15 @@ tidy:
138136
$(CARGO_INPUTS) \
139137
$(RUSTDOC_CRATE) \
140138
$(RUSTDOC_INPUTS) \
141-
| xargs -n 10 python $(S)src/etc/tidy.py
139+
| xargs -n 10 python $(S)src/etc/tidy.py
142140
$(Q)echo \
143141
$(ALL_TEST_INPUTS) \
144142
| xargs -n 10 python $(S)src/etc/tidy.py
143+
$(Q)echo \
144+
$(ALL_CS) \
145+
$(ALL_HS) \
146+
| xargs -n 10 python $(S)src/etc/tidy.py
147+
145148
endif
146149

147150
######################################################################

0 commit comments

Comments
 (0)