Skip to content

Commit 6ad5438

Browse files
committed
removed comments from test/instances/instance_amd_test.dart
1 parent 39b8b83 commit 6ad5438

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

dwds/test/instances/instance_amd_test.dart

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ void main() {
3535
debug: debug,
3636
);
3737

38-
// runTests(
39-
// provider: provider,
40-
// compilationMode: compilationMode,
41-
// canaryFeatures: canaryFeatures,
42-
// debug: debug,
43-
// );
38+
runTests(
39+
provider: provider,
40+
compilationMode: compilationMode,
41+
canaryFeatures: canaryFeatures,
42+
debug: debug,
43+
);
4444
}
4545
});
4646
}

0 commit comments

Comments
 (0)