Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 1e4b15c

Browse files
committed
Address review comments.
1 parent 352cbc6 commit 1e4b15c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

shell/common/switches.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ DEF_SWITCH(DisableDartAsserts,
194194
"with assertions disabled in the debug product mode (i.e. with JIT "
195195
"or DBC).")
196196
DEF_SWITCH(EnableSerialGC,
197-
"enable_serial_gc",
197+
"enable-serial-gc",
198198
"On low power devices with low core counts, running concurrent "
199199
"GC tasks on threads can cause them to contend with the UI thread "
200200
"which could potentially lead to jank. This option turns off all "

testing/dart/serial_gc_test.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
// Copyright 2022 The Flutter Authors. All rights reserved.
1+
// Copyright 2013 The Flutter Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5-
// FlutterTesterOptions=--serial_gc
5+
// FlutterTesterOptions=--enable-serial-gc
66

77
import 'package:litetest/litetest.dart';
88

0 commit comments

Comments
 (0)