591b52f1c5
Change-Id: I7280d02e42785742fc800f7e44b1913408dcada5 Reviewed-on: https://dart-review.googlesource.com/c/90460 Commit-Queue: Daco Harkes <dacoharkes@google.com> Reviewed-by: Peter von der Ahé <ahe@google.com>
11 lines
337 B
Dart
11 lines
337 B
Dart
// 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.
|
|
|
|
import 'package:expect/expect.dart';
|
|
|
|
main() {
|
|
// TODO(dacoharkes): implement dart:ffi tests
|
|
Expect.isTrue(true);
|
|
}
|