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

Unified Diff: tests/compiler/dart2js_extra/mirror_invalid_invoke3_test.dart

Issue 1509323003: Fix Chrome 47 test suppressions and invalid @DontInline directive (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Add the HTML tests that were Pass/runtime error 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
Index: tests/compiler/dart2js_extra/mirror_invalid_invoke3_test.dart
diff --git a/tests/compiler/dart2js_extra/mirror_invalid_invoke3_test.dart b/tests/compiler/dart2js_extra/mirror_invalid_invoke3_test.dart
index e14225360235e162bddfe66a409355b54f5a31f0..4236b3fd0bee51d64dc644332db63551dff3c63e 100644
--- a/tests/compiler/dart2js_extra/mirror_invalid_invoke3_test.dart
+++ b/tests/compiler/dart2js_extra/mirror_invalid_invoke3_test.dart
@@ -17,7 +17,7 @@ import '../../language/compiler_annotations.dart';
class C {
static foo() => 1;
- @DontInline
+ @NoInline()
// Use a closure to prevent inlining until the annotation is implemented.
static bar() => () => 2;
}

Powered by Google App Engine
This is Rietveld 408576698