Index: tests/compiler/dart2js/expect_annotations2_test.dart |
diff --git a/tests/compiler/dart2js/expect_annotations2_test.dart b/tests/compiler/dart2js/expect_annotations2_test.dart |
index d00755e03a83ba1394f26361ee81306f591be55b..981ba5799c3adf0bbea7f0ed7ad7b329f3dfacb3 100644 |
--- a/tests/compiler/dart2js/expect_annotations2_test.dart |
+++ b/tests/compiler/dart2js/expect_annotations2_test.dart |
@@ -38,7 +38,7 @@ const MEMORY_SOURCE_FILES = const { |
void main() { |
asyncTest(() async { |
OutputCollector collector = new OutputCollector(); |
- CompilationResult result = await runCompiler( |
+ await runCompiler( |
memorySourceFiles: MEMORY_SOURCE_FILES, outputProvider: collector); |
// Simply check that the constants of the small functions are still in the |
// output, and that we don't see the result of constant folding. |