Skip to content

Commit 8f13b49

Browse files
authored
#3088. Remove weak mode from Language and LibTest (#3093)
1 parent d07b9b7 commit 8f13b49

File tree

14 files changed

+0
-17
lines changed

14 files changed

+0
-17
lines changed

Language/Classes/Constructors/Factories/return_type_A03_t02.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
/// null object.
1010
/// @author [email protected]
1111
12-
// Requirements=nnbd-strong
13-
1412
import "../../../../Utils/expect.dart";
1513

1614
class C {

Language/Classes/Instance_Methods/Method_noSuchMethod/definition_A01_t01.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424
/// @author [email protected]
2525
/// @issue 53640
2626
27-
// Requirements=nnbd-strong
28-
2927
import "../../../../Utils/expect.dart";
3028

3129
class C1 {

Language/Expressions/Booleans/Boolean_Conversion/definition_t01.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
/// @author msyabro
1313
/// @issue 27277
1414
15-
// Requirements=nnbd-strong
1615
import '../../../../Utils/expect.dart';
1716

1817
dynamic cond = null;

Language/Expressions/Equality/evaluation_super_t02.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
/// @author msyabro
1414
/// @issue https://github.com/dart-lang/co19/issues/871
1515
16-
// Requirements=nnbd-strong
1716
import '../../../Utils/expect.dart';
1817

1918
class S {

Language/Expressions/Method_Invocation/Ordinary_Invocation/static_type_t01.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
/// is being assigned to variables with various declared types.
1313
/// @author rodionov
1414
15-
// Requirements=nnbd-strong
1615
import '../../../../Utils/expect.dart';
1716

1817
void testme() {}

Language/Expressions/Method_Invocation/Ordinary_Invocation/static_type_t04.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
/// to variables with various declared types.
1414
/// @author rodionov
1515
16-
// Requirements=nnbd-strong
1716
import "../../../../Utils/expect.dart";
1817

1918
void testme() {}

Language/Expressions/Method_Invocation/Super_Invocation/static_type_dynamic_t02.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
/// assigned to variables with various declared types.
1414
/// @author rodionov
1515
16-
// Requirements=nnbd-strong
1716
import '../../../../Utils/expect.dart';
1817

1918
void testme() {}

Language/Expressions/Unary_Expressions/variable_negative_t03.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
/// conversion
1010
/// @author rodionov
1111
12-
// Requirements=nnbd-strong
1312
import '../../../Utils/expect.dart';
1413
import '../../../Utils/dynamic_check.dart';
1514

Language/Types/Function_Types/subtype_named_args_t04.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
/// @author rodionov
1818
/// @issue 42648
1919
20-
// Requirements=nnbd-strong
2120
import "../../../Utils/expect.dart";
2221

2322
class A {}

Language/Types/Function_Types/subtype_no_args_t02.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
/// @author iefremov
1515
/// @issue 42648
1616
17-
// Requirements=nnbd-strong
1817
import "../../../Utils/expect.dart";
1918

2019
typedef t1();

0 commit comments

Comments
 (0)