diff --git a/fixtures/_experimentSound/localhost+2-key.pem b/fixtures/_webdevSoundSmoke/localhost+2-key.pem similarity index 100% rename from fixtures/_experimentSound/localhost+2-key.pem rename to fixtures/_webdevSoundSmoke/localhost+2-key.pem diff --git a/fixtures/_experimentSound/localhost+2.pem b/fixtures/_webdevSoundSmoke/localhost+2.pem similarity index 100% rename from fixtures/_experimentSound/localhost+2.pem rename to fixtures/_webdevSoundSmoke/localhost+2.pem diff --git a/webdev/test/tls_test.dart b/webdev/test/tls_test.dart index e6aa47a42..1b580c65d 100644 --- a/webdev/test/tls_test.dart +++ b/webdev/test/tls_test.dart @@ -28,7 +28,7 @@ void main() { configureLogWriter(debug); await testRunner.setUpAll(); exampleDirectory = - p.absolute(p.join(p.current, '..', 'fixtures', '_experimentSound')); + p.absolute(p.join(p.current, '..', 'fixtures', '_webdevSoundSmoke')); final process = await TestProcess.start( 'dart', @@ -53,7 +53,6 @@ void main() { '--hostname=0.0.0.0', '--tls-cert-chain=localhost+2.pem', '--tls-cert-key=localhost+2-key.pem', - '--enable-experiment=dot-shorthands', ]; final process =