Showing
2 changed files
with
1 additions
and
2 deletions
| @@ -82,7 +82,7 @@ format-swift: $(SWFT_SRC) | @@ -82,7 +82,7 @@ format-swift: $(SWFT_SRC) | ||
| 82 | which swiftformat && swiftformat --swiftversion 4.2 $^ || true | 82 | which swiftformat && swiftformat --swiftversion 4.2 $^ || true |
| 83 | 83 | ||
| 84 | .coverage: | 84 | .coverage: |
| 85 | - which coverage || pub global activate coverage | 85 | + which coverage || $(DART_BIN) pub global activate coverage |
| 86 | touch $@ | 86 | touch $@ |
| 87 | 87 | ||
| 88 | node_modules: | 88 | node_modules: |
| @@ -39,7 +39,6 @@ void main() { | @@ -39,7 +39,6 @@ void main() { | ||
| 39 | }); | 39 | }); |
| 40 | 40 | ||
| 41 | test('SVG Widgets', () { | 41 | test('SVG Widgets', () { |
| 42 | - print('=' * 120); | ||
| 43 | final dir = Directory('../ref/svg'); | 42 | final dir = Directory('../ref/svg'); |
| 44 | if (!dir.existsSync()) { | 43 | if (!dir.existsSync()) { |
| 45 | return; | 44 | return; |
-
Please register or login to post a comment