blob: 547ac888d880bb4334d68df142ad8fb7ecdb7116 [file] [log] [blame]
// Copyright (c) 2023, 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:test/test.dart';
void main() {
test('dummy test', () {
expect(42, 42);
});
}