blob: 9bff355e67f44b4d69c78a9e8c57970d7b9686c8 [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 ListMixin<E> abstract class
* Implements List<E>
* @description Checks that List-specific methods work as specified.
* Test which consume a lot of memory
* @author sgrekhov@unipro.ru
*/
import "../../core/List/sort_A01_t07.test.dart" as sort_A01_t07;
import "listbase.lib.dart";
main() {
sort_A01_t07.test(create);
}