f6d67a549b
For this to work properly, we first need the test infrastructure to have support for the `--output-directory` flag (see base CL) Change-Id: I75f788d19ad3b4e9523830250c4a1c9de8418cda Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/104400 Reviewed-by: Johnni Winther <johnniwinther@google.com>
14 lines
545 B
YAML
14 lines
545 B
YAML
# Copyright (c) 2019, 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.
|
|
#
|
|
# Test ensuring that the modular compiler works properly with `package:`
|
|
# imports. This test also ensures that the dart2js implementation of the modular
|
|
# test pipeline works as intended. The test is not designed to cover any
|
|
# compiler or language feature explicitly.
|
|
dependencies:
|
|
main: [f3, expect]
|
|
f3: a
|
|
a: f1
|
|
f1: f0
|