Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(420)

Unified Diff: utils/tests/string_encoding/utf8_benchmarks.dart

Issue 46673003: Remove uses of Options from utils directory. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « utils/tests/string_encoding/benchmark_runner.dart ('k') | utils/tests/testrunner/testrunner_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/tests/string_encoding/utf8_benchmarks.dart
diff --git a/utils/tests/string_encoding/utf8_benchmarks.dart b/utils/tests/string_encoding/utf8_benchmarks.dart
index dc141bb710dc56f371e5988d595ba7f93fc3c732..8d8f230d364c44e4c15760cd62a6da7e84a2d17d 100755
--- a/utils/tests/string_encoding/utf8_benchmarks.dart
+++ b/utils/tests/string_encoding/utf8_benchmarks.dart
@@ -9,7 +9,8 @@ import 'dart:math' as Math;
import '../../../lib/convert/convert.dart' as SE;
part 'benchmark_runner.dart';
-void main() {
+void main(List<String> arguments) {
+ Runner.arguments = arguments;
final List<int> testEnglishUtf8 = const<int> [
0x54, 0x68, 0x65, 0x20, 0x71, 0x75, 0x69, 0x63,
« no previous file with comments | « utils/tests/string_encoding/benchmark_runner.dart ('k') | utils/tests/testrunner/testrunner_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698