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

Unified Diff: pkg/observe/test/transformer_test.dart

Issue 178683003: [observe] use consistent comment style (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/observe/lib/transformer.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/observe/test/transformer_test.dart
diff --git a/pkg/observe/test/transformer_test.dart b/pkg/observe/test/transformer_test.dart
index a2f6b5b1e4e21fcf865bdad09a9c3b84df5c2596..159cf49328a8346d1038813c06bfb157b54fb75b 100644
--- a/pkg/observe/test/transformer_test.dart
+++ b/pkg/observe/test/transformer_test.dart
@@ -125,7 +125,7 @@ _testInitializers(String args, String expected) {
});
}
-/** Helper that applies the transform by creating mock assets. */
+/// Helper that applies the transform by creating mock assets.
Future<String> _transform(String code) {
var id = new AssetId('foo', 'a/b/c.dart');
var asset = new Asset.fromString(id, code);
« no previous file with comments | « pkg/observe/lib/transformer.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698