Skip to content

Commit 84ebf86

Browse files
authored
Change tls_test.dart to _webdevSoundSmoke fixture (#2652)
This fixture is a web app that doesn't require any experimental language feature flags to compile.
1 parent e95af5f commit 84ebf86

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

webdev/test/tls_test.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ void main() {
2828
configureLogWriter(debug);
2929
await testRunner.setUpAll();
3030
exampleDirectory =
31-
p.absolute(p.join(p.current, '..', 'fixtures', '_experimentSound'));
31+
p.absolute(p.join(p.current, '..', 'fixtures', '_webdevSoundSmoke'));
3232

3333
final process = await TestProcess.start(
3434
'dart',
@@ -53,7 +53,6 @@ void main() {
5353
'--hostname=0.0.0.0',
5454
'--tls-cert-chain=localhost+2.pem',
5555
'--tls-cert-key=localhost+2-key.pem',
56-
'--enable-experiment=dot-shorthands',
5756
];
5857

5958
final process =

0 commit comments

Comments
 (0)