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

Unified Diff: tests/language/vm/precompiled_static_initializer_test.dart

Issue 1497213002: Fix test by removing the --noopt flag from the test file. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/vm/precompiled_static_initializer_test.dart
diff --git a/tests/language/vm/precompiled_static_initializer_test.dart b/tests/language/vm/precompiled_static_initializer_test.dart
index 36067a2a2f0a4f86522cfa717cfd5f3aa964137f..195e07d9a7f302dc6a7ce5650d6b5d5adfe8d1b8 100644
--- a/tests/language/vm/precompiled_static_initializer_test.dart
+++ b/tests/language/vm/precompiled_static_initializer_test.dart
@@ -2,7 +2,7 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
// Test optimizations with static fields with precompilation.
-// VMOptions=--noopt --inlining-hotness=0
+// VMOptions=--inlining-hotness=0
import 'package:expect/expect.dart';
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698