Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove local hack
  • Loading branch information
stuartmorgan-g committed Jan 19, 2024
commit 262da18f873e22bc6aa8e08ac0ae0cd62f47df8b
2 changes: 1 addition & 1 deletion packages/pigeon/tool/run_tests.dart
Original file line number Diff line number Diff line change
Expand Up @@ -235,5 +235,5 @@ Future<void> main(List<String> args) async {
exit(2);
}

//await runTests(testsToRun);
await runTests(testsToRun);
}