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

Unified Diff: tests/compiler/dart2js_extra/mirror_invalid_invoke2_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/co19/co19-dart2js.status ('k') | tests/compiler/dart2js_extra/mirror_invalid_invoke3_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js_extra/mirror_invalid_invoke2_test.dart
diff --git a/tests/compiler/dart2js_extra/mirror_invalid_invoke2_test.dart b/tests/compiler/dart2js_extra/mirror_invalid_invoke2_test.dart
index 9b6d8d228767b5020448033cf21a73fdf67da48f..49b74cfc1682efd352c506df9b2e42946a2e798b 100644
--- a/tests/compiler/dart2js_extra/mirror_invalid_invoke2_test.dart
+++ b/tests/compiler/dart2js_extra/mirror_invalid_invoke2_test.dart
@@ -17,7 +17,7 @@ import '../../language/compiler_annotations.dart';
class C {
foo() => 1;
- @DontInline
+ @NoInline()
// Use a closure to prevent inlining until the annotation is implemented.
bar() => () => 2;
}
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tests/compiler/dart2js_extra/mirror_invalid_invoke3_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698