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

Unified Diff: utils/tests/pub/pub_tests.dart

Issue 9863057: Add DirectoryTestSuite. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Oops. Add changes. Created 8 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 side-by-side diff with in-line comments
Download patch
« utils/tests/pub/pub.status ('K') | « utils/tests/pub/pub.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/tests/pub/pub_tests.dart
diff --git a/utils/tests/pub/pub_tests.dart b/utils/tests/pub/pub_tests.dart
new file mode 100644
index 0000000000000000000000000000000000000000..a05bcad9cdbf4346bdfcf8a8babab193ba26ab81
--- /dev/null
+++ b/utils/tests/pub/pub_tests.dart
@@ -0,0 +1,16 @@
+// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+// for details. All rights reserved. Use of this source code is governed by a
+// BSD-style license that can be found in the LICENSE file.
+
+#library('pub_tests');
+
+//#import('../../../pub/pub.dart');
Emily Fortuna 2012/03/28 23:10:11 why is this line here but commented out?
Bob Nystrom 2012/03/29 00:10:17 Pub doesn't exist yet! This is a work-in-progress.
+
+// TODO(rnystrom): Better path to unittest.
+#import('../../../client/testing/unittest/unittest_vm.dart');
+
+main() {
+ test('should pass', () {
+ expect(1).equals(1);
+ });
+}
« utils/tests/pub/pub.status ('K') | « utils/tests/pub/pub.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698