From 0fb7bc5bb8bb88e5424f04102a19d7e92bab6169 Mon Sep 17 00:00:00 2001 From: Jacob Richman Date: Thu, 23 Mar 2017 14:02:25 -0700 Subject: [PATCH] Line numbers changed due to formatting BUG= Review-Url: https://codereview.chromium.org/2775613003 . --- tests/compiler/dart2js/type_promotion_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/compiler/dart2js/type_promotion_test.dart b/tests/compiler/dart2js/type_promotion_test.dart index a7794e0b1f1..c09089f0c4f 100644 --- a/tests/compiler/dart2js/type_promotion_test.dart +++ b/tests/compiler/dart2js/type_promotion_test.dart @@ -16,7 +16,7 @@ const Map TESTS = const { 'language/type_promotion_assign_test.dart': null, 'language/type_promotion_closure_test.dart': null, 'language/type_promotion_functions_test.dart': const { - 'missing': const [62, 63, 64] + 'missing': const [65, 66, 67] }, // Issue 14933. 'language/type_promotion_local_test.dart': null, 'language/type_promotion_logical_and_test.dart': null,