blob: 41e334d724d86f704977ac7b9d02b38ac77f26ab [file] [log] [blame]
// Copyright (c) 2018, 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.
/**
* @assertion List<E> abstract class
* @description Checks that List-specific methods work as specified.
* Tests which consume a lot of memory
* @author sgrekhov@unipro.ru
*/
import "../../core/List/sort_A01_t07.test.dart" as sort_A01_t07;
import "List_all_t01.dart";
main() {
sort_A01_t07.test(create);
}