Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1841)

Unified Diff: tests/compiler/dart2js/is_inference_test.dart

Issue 10695179: Add test for bug in dart2js. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove print. Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/compiler/dart2js/is_inference2_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/is_inference_test.dart
diff --git a/tests/compiler/dart2js/is_inference_test.dart b/tests/compiler/dart2js/is_inference_test.dart
index 1cb6671f04072941b36734ea8c8186e54a23cd0a..36e1f64fa21195cf1433e947fae37d147852e956 100644
--- a/tests/compiler/dart2js/is_inference_test.dart
+++ b/tests/compiler/dart2js/is_inference_test.dart
@@ -64,8 +64,6 @@ test(param) {
compileAndTest(String code) {
String generated = compile(code, 'test');
- print(code);
- print(generated);
RegExp validAdd = new RegExp("$anyIdentifier \\+ 42");
RegExp invalidAdd = new RegExp("$anyIdentifier \\+ 53");
Expect.isTrue(validAdd.hasMatch(generated));
« no previous file with comments | « tests/compiler/dart2js/is_inference2_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698