Skip to content

Commit dee0e5a

Browse files
authored
Fix test annotations (#1160)
1 parent 8aadb45 commit dee0e5a

17 files changed

+17
-17
lines changed

json_serializable/test/supported_types/extra_map_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
// BSD-style license that can be found in the LICENSE file.
44

55
// ignore_for_file: prefer_const_declarations
6+
@TestOn('vm')
67

78
import 'dart:convert';
89

9-
@TestOn('vm')
1010
import 'package:test/test.dart';
1111

1212
import '../test_utils.dart';

json_serializable/test/supported_types/type_test.bigint_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
// BSD-style license that can be found in the LICENSE file.
44

55
// ignore_for_file: prefer_const_declarations
6+
@TestOn('vm')
67

78
import 'dart:convert';
89

9-
@TestOn('vm')
1010
import 'package:test/test.dart';
1111

1212
import '../test_utils.dart';

json_serializable/test/supported_types/type_test.bool_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
// BSD-style license that can be found in the LICENSE file.
44

55
// ignore_for_file: prefer_const_declarations
6+
@TestOn('vm')
67

78
import 'dart:convert';
89

9-
@TestOn('vm')
1010
import 'package:test/test.dart';
1111

1212
import '../test_utils.dart';

json_serializable/test/supported_types/type_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
// BSD-style license that can be found in the LICENSE file.
44

55
// ignore_for_file: prefer_const_declarations
6+
@TestOn('vm')
67

78
import 'dart:convert';
89

9-
@TestOn('vm')
1010
import 'package:test/test.dart';
1111

1212
import '../test_utils.dart';

json_serializable/test/supported_types/type_test.datetime_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
// BSD-style license that can be found in the LICENSE file.
44

55
// ignore_for_file: prefer_const_declarations
6+
@TestOn('vm')
67

78
import 'dart:convert';
89

9-
@TestOn('vm')
1010
import 'package:test/test.dart';
1111

1212
import '../test_utils.dart';

json_serializable/test/supported_types/type_test.double_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
// BSD-style license that can be found in the LICENSE file.
44

55
// ignore_for_file: prefer_const_declarations
6+
@TestOn('vm')
67

78
import 'dart:convert';
89

9-
@TestOn('vm')
1010
import 'package:test/test.dart';
1111

1212
import '../test_utils.dart';

json_serializable/test/supported_types/type_test.duration_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
// BSD-style license that can be found in the LICENSE file.
44

55
// ignore_for_file: prefer_const_declarations
6+
@TestOn('vm')
67

78
import 'dart:convert';
89

9-
@TestOn('vm')
1010
import 'package:test/test.dart';
1111

1212
import '../test_utils.dart';

json_serializable/test/supported_types/type_test.enumtype_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
// BSD-style license that can be found in the LICENSE file.
44

55
// ignore_for_file: prefer_const_declarations
6+
@TestOn('vm')
67

78
import 'dart:convert';
89

9-
@TestOn('vm')
1010
import 'package:test/test.dart';
1111

1212
import '../test_utils.dart';

json_serializable/test/supported_types/type_test.int_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
// BSD-style license that can be found in the LICENSE file.
44

55
// ignore_for_file: prefer_const_declarations
6+
@TestOn('vm')
67

78
import 'dart:convert';
89

9-
@TestOn('vm')
1010
import 'package:test/test.dart';
1111

1212
import '../test_utils.dart';

json_serializable/test/supported_types/type_test.iterable_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
// BSD-style license that can be found in the LICENSE file.
44

55
// ignore_for_file: prefer_const_declarations
6+
@TestOn('vm')
67

78
import 'dart:convert';
89

9-
@TestOn('vm')
1010
import 'package:test/test.dart';
1111

1212
import '../test_utils.dart';

0 commit comments

Comments
 (0)