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 5012982c22c96f712856ae83f8ff3ae25d9cce19..59339039e6c077c543c09eec15dc1b7fa076d7b8 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 |