We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9737e0c commit 5ce3cd2Copy full SHA for 5ce3cd2
pkg/dev_compiler/test/hot_reload_suite.dart
@@ -44,12 +44,12 @@ Future<void> main(List<String> args) async {
44
switch (options.runtime) {
45
RuntimePlatforms.chrome =>
46
options.useFeServer
47
- ? ChromeStandaloneSuiteRunner(options)
48
- : ChromeSuiteRunner(options),
+ ? ChromeSuiteRunner(options)
+ : ChromeStandaloneSuiteRunner(options),
49
RuntimePlatforms.d8 =>
50
51
- ? D8StandaloneSuiteRunner(options)
52
- : D8SuiteRunner(options),
+ ? D8SuiteRunner(options)
+ : D8StandaloneSuiteRunner(options),
53
RuntimePlatforms.vm => VMSuiteRunner(options),
54
}
55
as HotReloadSuiteRunner;
0 commit comments