File tree 2 files changed +0
-4
lines changed 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,6 @@ test_descriptor:third_party/pkg/test_descriptor/lib
102
102
test_process:third_party/pkg/test_process/lib
103
103
test_reflective_loader:third_party/pkg/test_reflective_loader/lib
104
104
testing:pkg/testing/lib
105
- tuple:third_party/pkg/tuple/lib
106
105
typed_data:third_party/pkg/typed_data/lib
107
106
unittest:third_party/pkg/unittest/lib
108
107
usage:third_party/pkg/usage/lib
Original file line number Diff line number Diff line change @@ -136,7 +136,6 @@ vars = {
136
136
"term_glyph_tag" : "1.0.1" ,
137
137
"test_reflective_loader_tag" : "0.1.8" ,
138
138
"test_tag" : "1.3.4" ,
139
- "tuple_tag" : "v1.0.1" ,
140
139
"typed_data_tag" : "1.1.6" ,
141
140
"unittest_rev" : "2b8375bc98bb9dc81c539c91aaea6adce12e1072" ,
142
141
"usage_tag" : "3.4.0" ,
@@ -355,8 +354,6 @@ deps = {
355
354
Var ("dart_root" ) + "/third_party/pkg/test_reflective_loader" :
356
355
Var ("dart_git" ) + "test_reflective_loader.git" +
357
356
"@" + Var ("test_reflective_loader_tag" ),
358
- Var ("dart_root" ) + "/third_party/pkg/tuple" :
359
- Var ("dart_git" ) + "tuple.git" + "@" + Var ("tuple_tag" ),
360
357
Var ("dart_root" ) + "/third_party/pkg/typed_data" :
361
358
Var ("dart_git" ) + "typed_data.git" + "@" + Var ("typed_data_tag" ),
362
359
# Unittest is an early version, 0.11.x, of the package "test"
You can’t perform that action at this time.
0 commit comments