blob: 9f4dd67327dd8f333846eb8189f56bd637dab839 [file] [log] [blame]
// Copyright (c) 2011, 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.
// @dart = 2.9
/// * @author a.semenov@unipro.ru
library spawnUri_A01_t07_isolate;
import "../../../Utils/expect.dart";
void main(List<String> args) {
Expect.listEquals(["hello", "world"], args);
print("unittest-suite-success");
}