Index: tests/compiler/dart2js/quarantined/http_launch_data/http_launch_main_package.dart |
diff --git a/tests/compiler/dart2js/quarantined/http_launch_data/http_launch_main_package.dart b/tests/compiler/dart2js/quarantined/http_launch_data/http_launch_main_package.dart |
index 3a8acffd095701141d64a445d21e6082ebd53f74..03ffa18478cca5311b520fa686bf1420142366d3 100644 |
--- a/tests/compiler/dart2js/quarantined/http_launch_data/http_launch_main_package.dart |
+++ b/tests/compiler/dart2js/quarantined/http_launch_data/http_launch_main_package.dart |
@@ -2,8 +2,10 @@ |
// 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. |
+// ignore: URI_DOES_NOT_EXIST |
import 'package:simple/simple.dart'; |
main() { |
+ // ignore: UNDEFINED_FUNCTION |
print(foo()); |
} |