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

Unified Diff: tests/compiler/dart2js_extra/mirror_invalid_invoke_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
« no previous file with comments | « tests/compiler/dart2js_extra/mirror_invalid_invoke3_test.dart ('k') | tests/html/html.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js_extra/mirror_invalid_invoke_test.dart
diff --git a/tests/compiler/dart2js_extra/mirror_invalid_invoke_test.dart b/tests/compiler/dart2js_extra/mirror_invalid_invoke_test.dart
index 09e8d65db53b62a9aa5ba8adc98638d8dae6adda..35df0e075d0bdec244cf8ac009f1371a6d7c83af 100644
--- a/tests/compiler/dart2js_extra/mirror_invalid_invoke_test.dart
+++ b/tests/compiler/dart2js_extra/mirror_invalid_invoke_test.dart
@@ -16,7 +16,7 @@ import '../../language/compiler_annotations.dart';
foo() => 1;
-@DontInline
+@NoInline()
// Use a closure to prevent inlining until the annotation is implemented.
bar() => () => 2;
« no previous file with comments | « tests/compiler/dart2js_extra/mirror_invalid_invoke3_test.dart ('k') | tests/html/html.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698