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

Issue 9347032: Fix issue 1246 (Closed)

Created:
8 years, 10 months ago by hausner
Modified:
8 years, 10 months ago
Reviewers:
regis
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix issue 1246 continue; inside a switch statement jumps to outer loop. http://code.google.com/p/dart/issues/detail?id=1246 Committed: https://code.google.com/p/dart/source/detail?r=4013

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -7 lines) Patch
M runtime/vm/parser.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/scopes.h View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/scopes.cc View 1 chunk +7 lines, -5 lines 0 comments Download
M tests/language/src/ContinueTest.dart View 1 1 chunk +15 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
hausner
Just an itsy bitsy teeny weeny CL.
8 years, 10 months ago (2012-02-07 21:31:27 UTC) #1
regis
LGTM How about adding the example of the issue as a new test?
8 years, 10 months ago (2012-02-07 21:58:08 UTC) #2
hausner
8 years, 10 months ago (2012-02-07 23:29:25 UTC) #3
Added a test case to existing ContinueTest. Thanks for the review.

Powered by Google App Engine
This is Rietveld 408576698