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

Unified Diff: pkg/watcher/test/directory_watcher/linux_test.dart

Issue 441483004: pkg/watcher: prepare for 0.9.3 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: reverting windows tweaks Created 6 years, 5 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/watcher/pubspec.yaml ('k') | pkg/watcher/test/directory_watcher/mac_os_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/watcher/test/directory_watcher/linux_test.dart
diff --git a/pkg/watcher/test/directory_watcher/linux_test.dart b/pkg/watcher/test/directory_watcher/linux_test.dart
index cae38adf8a3091f1bc9bc1c6a002a8480028336a..c17eb534c4c2da05b2d06e62521fed6d254fe941 100644
--- a/pkg/watcher/test/directory_watcher/linux_test.dart
+++ b/pkg/watcher/test/directory_watcher/linux_test.dart
@@ -9,7 +9,7 @@ import 'package:watcher/watcher.dart';
import 'shared.dart';
import '../utils.dart';
-main() {
+void main() {
Anders Johnsen 2014/08/04 06:59:58 I don't really see this this as an improvement.
kevmoo 2014/08/04 16:06:01 Eh. I think it's good to follow our own style guid
initConfig();
watcherFactory = (dir) => new LinuxDirectoryWatcher(dir);
« no previous file with comments | « pkg/watcher/pubspec.yaml ('k') | pkg/watcher/test/directory_watcher/mac_os_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698