Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #28 from MichaelRFairhurst/void-fixes
Browse files Browse the repository at this point in the history
Changes for landing dart-lang/sdk#32161
  • Loading branch information
MichaelRFairhurst authored Feb 19, 2018
2 parents 8ab0e41 + f69c2ec commit 9c0be5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cli_util_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import 'package:cli_util/cli_util.dart';
import 'package:cli_util/src/utils.dart';
import 'package:test/test.dart';

main() => defineTests();
void main() => defineTests();

void defineTests() {
group('getSdkDir', () {
Expand Down

0 comments on commit 9c0be5d

Please sign in to comment.