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

Unified Diff: tests/utils/dummy.dart

Issue 11293180: Update library syntax and fix test status. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 1 month 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 | tests/utils/json_test.dart » ('j') | tests/utils/utf8_test.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/utils/dummy.dart
===================================================================
--- tests/utils/dummy.dart (revision 14690)
+++ tests/utils/dummy.dart (working copy)
@@ -3,7 +3,7 @@
// BSD-style license that can be found in the LICENSE file.
// A dummy library for testing dartdoc name references.
-#library('dummy');
+library dummy;
topLevelMethod() => null;
« no previous file with comments | « no previous file | tests/utils/json_test.dart » ('j') | tests/utils/utf8_test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698