Index: tests/compiler/dart2js_extra/throw1_test.dart |
diff --git a/tests/compiler/dart2js_extra/throw1_test.dart b/tests/compiler/dart2js_extra/throw1_test.dart |
index 640b672c269e85c97ab54c1e092fdfd65ddfbace..b91485c1ff89b9e514c21558f5748656562e2153 100644 |
--- a/tests/compiler/dart2js_extra/throw1_test.dart |
+++ b/tests/compiler/dart2js_extra/throw1_test.dart |
@@ -3,5 +3,5 @@ |
// BSD-style license that can be found in the LICENSE file. |
void main() { |
- throw "foo"; // /// 01: runtime error |
+ throw "foo"; // //# 01: runtime error |
} |