blob: e9345d07cfd1c301f7ede700b4b0d54dbdf895f2 [file] [log] [blame] [edit]
// Copyright (c) 2021, 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';
// ignore: deprecated_member_use
final isIntegerDivisionByZeroException = isA<IntegerDivisionByZeroException>();