File tree Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change @@ -153,30 +153,6 @@ void main() {
153
153
skip: Platform .isWindows,
154
154
);
155
155
}
156
- test (
157
- 'and --null-safety=sound' ,
158
- () async {
159
- final args = [
160
- 'build' ,
161
- '-o' ,
162
- 'web:${d .sandbox }' ,
163
- '--no-release' ,
164
- '--null-safety=sound'
165
- ];
166
-
167
- final process = await testRunner.runWebDev (args,
168
- workingDirectory: soundExampleDirectory);
169
-
170
- final expectedItems = < Object > ['Built with build_runner' ];
171
-
172
- await checkProcessStdout (process, expectedItems);
173
- await process.shouldExit (0 );
174
-
175
- await d.file ('main.ddc.js' , isNotEmpty).validate ();
176
- },
177
- // https://github.com/dart-lang/webdev/issues/2489
178
- skip: Platform .isWindows,
179
- );
180
156
});
181
157
182
158
group ('should build with --output=NONE' , () {
@@ -281,7 +257,6 @@ void main() {
281
257
'daemon' ,
282
258
'web:$openPort ' ,
283
259
'--enable-expression-evaluation' ,
284
- '--null-safety=sound' ,
285
260
'--verbose' ,
286
261
];
287
262
final process = await testRunner.runWebDev (args,
You can’t perform that action at this time.
0 commit comments