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

Side by Side Diff: pkg/front_end/testcases/rasta/switch_execution_case_t02.dart

Issue 2825063002: Move kernel baseline tests to front_end. (Closed)
Patch Set: Created 3 years, 8 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 unified diff | Download patch
OLDNEW
1 /* 1 /*
2 * Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 2 * Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
3 * for details. All rights reserved. Use of this source code is governed by a 3 * for details. All rights reserved. Use of this source code is governed by a
4 * BSD-style license that can be found in the LICENSE file. 4 * BSD-style license that can be found in the LICENSE file.
5 */ 5 */
6 6
7 // Slightly modified copy of 7 // Slightly modified copy of
8 // `co19/src/Language/Statements/Switch/execution_case_t02.dart`. 8 // `co19/src/Language/Statements/Switch/execution_case_t02.dart`.
9 9
10 /** 10 /**
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 case 5: 51 case 5:
52 case 6: 52 case 6:
53 default: 53 default:
54 } 54 }
55 55
56 return result; 56 return result;
57 } 57 }
58 58
59 main() { 59 main() {
60 } 60 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698