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

Unified Diff: dart/tests/language/part_part.dart

Issue 11092003: Implement part-of directive. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Update co19 status for dart2dart Created 8 years, 2 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
Index: dart/tests/language/part_part.dart
diff --git a/dart/tests/language/issue1578_negative_test.dart b/dart/tests/language/part_part.dart
similarity index 79%
copy from dart/tests/language/issue1578_negative_test.dart
copy to dart/tests/language/part_part.dart
index ff3d0d7bd7d88b1e8ccbd02b089ea2a3c21e7415..6c255db1676c8574d9d2bb0ed0d3f6f2fb63434b 100644
--- a/dart/tests/language/issue1578_negative_test.dart
+++ b/dart/tests/language/part_part.dart
@@ -2,6 +2,6 @@
// 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.
-// Regression test for issue 1578.
+part of org.dartlang.test.part_test;
-]~<)$
+const foo = 'foo';

Powered by Google App Engine
This is Rietveld 408576698