Skip to content

Commit c481b83

Browse files
committed
Suppress test analysis errors
1 parent d92edbd commit c481b83

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

pkgs/fixnum/test/int32_test.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5+
// ignore_for_file: prefer_const_constructors
6+
57
import 'package:fixnum/fixnum.dart';
68
import 'package:test/test.dart';
79

pkgs/fixnum/test/int64_test.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5+
// ignore_for_file: prefer_const_constructors
6+
57
// We permit local variable types in this test because they statically 'assert'
68
// that the operations have an expected type.
79
//

0 commit comments

Comments
 (0)