Index: tests/corelib/list_sort_test.dart |
diff --git a/tests/corelib/list_sort_test.dart b/tests/corelib/list_sort_test.dart |
index 36dbc03823c6d6e9f747225e33c27e80906f020b..7cd97fb2cb2aea3c21f5ea32274103f81f20cf23 100644 |
--- a/tests/corelib/list_sort_test.dart |
+++ b/tests/corelib/list_sort_test.dart |
@@ -3,7 +3,7 @@ |
// BSD-style license that can be found in the LICENSE file. |
library ListSortTest; |
-#source("sort_helper.dart"); |
+part "sort_helper.dart"; |
class ListSortTest { |
static void testMain() { |