Skip to content

Commit

Permalink
fix broken tests (#2149)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemac53 committed Dec 5, 2023
1 parent e49ae54 commit 84c366a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/test/test/runner/runner_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ final _runtimes = '[vm (default), chrome, firefox'
final _runtimeCompilers = [
'[vm]: kernel (default), source, exe',
'[chrome]: dart2js (default), dart2wasm',
'[firefox]: dart2js (default)',
'[firefox]: dart2js (default), dart2wasm',
if (Platform.isMacOS) '[safari]: dart2js (default)',
if (Platform.isWindows) '[ie]: dart2js (default)',
'[edge]: dart2js (default)',
Expand Down

0 comments on commit 84c366a

Please sign in to comment.