Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 29d4b61

Browse files
srujzscommit-bot@chromium.org
authored andcommitted
Remove html_individual_config from indexeddb_1_test
Change-Id: I1fe053dd575b8bdaeff61d9424af614eef946b7c Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/138242 Reviewed-by: Sigmund Cherem <[email protected]> Reviewed-by: Bob Nystrom <[email protected]> Commit-Queue: Srujan Gaddam <[email protected]>
1 parent 9ba9277 commit 29d4b61

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/lib_2/html/indexeddb_1_test.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
library IndexedDB1Test;
22

33
import 'package:unittest/unittest.dart';
4-
import 'package:unittest/html_individual_config.dart';
54
import 'dart:async';
65
import 'dart:html' as html;
76
import 'dart:math' as math;
@@ -154,8 +153,6 @@ void testTypes(testFunction) {
154153
}
155154

156155
main() {
157-
useHtmlIndividualConfiguration();
158-
159156
// Test that indexed_db is properly flagged as supported or not.
160157
// Note that the rest of the indexed_db tests assume that this has been
161158
// checked.

0 commit comments

Comments
 (0)