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

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

Issue 11776008: 2nd Retry "Emit more stuff via ASTs" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 12 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/no_duplicate_constructor_body_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/type_inference_test.dart
diff --git a/tests/compiler/dart2js/type_inference_test.dart b/tests/compiler/dart2js/type_inference_test.dart
index de15c8fcde2a082ae2e5d3311f2a6d271f1c6857..875700e3e77fbd5335bad70f26ec0d464a92c021 100644
--- a/tests/compiler/dart2js/type_inference_test.dart
+++ b/tests/compiler/dart2js/type_inference_test.dart
@@ -70,7 +70,7 @@ foo(a) {
main() {
compileAndMatchFuzzy(TEST_ONE, 'sum', "x \\+= x");
- compileAndMatchFuzzy(TEST_ONE, 'sum', "typeof x !== 'number'");
+ compileAndMatchFuzzy(TEST_ONE, 'sum', 'typeof x !== "number"');
var generated = compile(TEST_TWO, entry: 'foo');
RegExp regexp = new RegExp(getNumberTypeCheck('a'));
« no previous file with comments | « tests/compiler/dart2js/no_duplicate_constructor_body_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698