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

Side by Side Diff: tests/language_strong/deferred_load_library_wrong_args_test.dart

Issue 2765893003: Fix warnings_checker.dart handling of multitests (Closed)
Patch Set: Created 3 years, 9 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 unified diff | Download patch
OLDNEW
1 import "deferred_load_library_wrong_args_lib.dart" deferred as lib; 1 import "deferred_load_library_wrong_args_lib.dart" deferred as lib;
2 2
3 void main() { 3 void main() {
4 // Loadlibrary should be called without arguments. 4 // Loadlibrary should be called without arguments.
5 lib.loadLibrary( 5 lib.loadLibrary(
6 10 /// 01: runtime error 6 10 //# 01: runtime error
7 ); 7 );
8 } 8 }
OLDNEW
« no previous file with comments | « tests/language_strong/deferred_load_constants_test.dart ('k') | tests/language_strong/deferred_no_prefix_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698