Index: runtime/tests/vm/dart/inline_stack_frame_test.dart |
diff --git a/runtime/tests/vm/dart/inline_stack_frame_test.dart b/runtime/tests/vm/dart/inline_stack_frame_test.dart |
index 64e24c7bb7f176c7b4d1cba9a3fa97874d5347a9..f8592ac7a9aa7d10d97e9fef0ac2656a790b628c 100644 |
--- a/runtime/tests/vm/dart/inline_stack_frame_test.dart |
+++ b/runtime/tests/vm/dart/inline_stack_frame_test.dart |
@@ -2,6 +2,8 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
+import "package:expect/expect.dart"; |
+ |
// This test tries to verify that we produce the correct stack trace when |
// throwing exceptions even when functions are inlined. |
// The test invokes a bunch of functions and then does a throw. There is a |