Index: tests/language/raw_string_test.dart |
diff --git a/tests/language/raw_string_test.dart b/tests/language/raw_string_test.dart |
index 9cdb383097aceb1e52eece3720df8b8c98d1db0f..ee5365bc6820954eb61352de7c5ab01436fec899 100644 |
--- a/tests/language/raw_string_test.dart |
+++ b/tests/language/raw_string_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"; |
+ |
class RawStringTest { |
static testMain() { |
Expect.equals("abcd", r"abcd"); |