Skip to content

Commit b905f66

Browse files
committed
oops
1 parent 421931f commit b905f66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

json_serializable/test/ensure_build_test.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ void main() {
2727
expect(_changedGeneratedFiles(), isEmpty);
2828

2929
// 2 - run build - should be no output, since nothing should change
30-
var result =
31-
_runProc('tool/build.dart', ['build', '--delete-conflicting-outputs']);
30+
var result = _runProc(
31+
'dart', ['tool/build.dart', 'build', '--delete-conflicting-outputs']);
3232

3333
print(result);
3434
expect(result,

0 commit comments

Comments
 (0)