Commit ffa8483f authored by Chris Bracken's avatar Chris Bracken Committed by GitHub

Update hello_world_memory_test package name (#9704)

Broken by 89af5ec8.
parent 3b237a8c
...@@ -49,7 +49,7 @@ TaskFunction createComplexLayoutBuildTest() { ...@@ -49,7 +49,7 @@ TaskFunction createComplexLayoutBuildTest() {
TaskFunction createHelloWorldMemoryTest() { TaskFunction createHelloWorldMemoryTest() {
return new MemoryTest( return new MemoryTest(
'${flutterDirectory.path}/examples/hello_world', '${flutterDirectory.path}/examples/hello_world',
'io.flutter.examples.HelloWorld', 'io.flutter.examples.hello_world',
); );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment