Index: pkg/front_end/testcases/fallthrough.dart.direct.expect |
diff --git a/pkg/front_end/testcases/fallthrough.dart.direct.expect b/pkg/front_end/testcases/fallthrough.dart.direct.expect |
index d14510fa36d510db962b5c553371988d89f88c04..e4d5493134f4fcaa66d380689045318d06eaa648 100644 |
--- a/pkg/front_end/testcases/fallthrough.dart.direct.expect |
+++ b/pkg/front_end/testcases/fallthrough.dart.direct.expect |
@@ -10,7 +10,7 @@ static method main(core::List<core::String> args) → void { |
case 3: |
{ |
x = 4; |
- throw new core::FallThroughError::•(); |
+ throw new core::FallThroughError::_create("pkg/front_end/testcases/fallthrough.dart", 4); |
} |
#L3: |
case 5: |
@@ -27,7 +27,7 @@ static method main(core::List<core::String> args) → void { |
else { |
return; |
} |
- throw new core::FallThroughError::•(); |
+ throw new core::FallThroughError::_create("pkg/front_end/testcases/fallthrough.dart", 8); |
} |
#L5: |
case 4: |