2783cca57d
Change-Id: I1e4915624b609aafa9392fc651f5935bf658a71b Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/244184 Reviewed-by: Sigmund Cherem <sigmund@google.com> Auto-Submit: Joshua Litt <joshualitt@google.com> Commit-Queue: Sigmund Cherem <sigmund@google.com>
11 lines
326 B
Dart
11 lines
326 B
Dart
// Copyright (c) 2022, 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';
|
|
|
|
import 'def.dart';
|
|
|
|
main() {
|
|
Expect.equals(runCases(), totalCases);
|
|
}
|