Index: tests/compiler/dart2js/dead_bailout_target_test.dart |
diff --git a/tests/compiler/dart2js/dead_bailout_target_test.dart b/tests/compiler/dart2js/dead_bailout_target_test.dart |
index c4d55dbff1ae1952cfd1d5ebed9b87e3dc62b228..d48246702646c8b738e3d72e0cbc05604671aeab 100644 |
--- a/tests/compiler/dart2js/dead_bailout_target_test.dart |
+++ b/tests/compiler/dart2js/dead_bailout_target_test.dart |
@@ -5,6 +5,7 @@ |
// This unit test of dart2js checks that a SSA bailout target |
// instruction gets removed from the graph when it's not used. |
+import "package:expect/expect.dart"; |
import 'compiler_helper.dart'; |
String TEST = r''' |