| Index: test/kernel/regression/issue_000031.dart.txt
|
| diff --git a/test/kernel/regression/issue_000031.dart.txt b/test/kernel/regression/issue_000031.dart.txt
|
| index cac5859d322cdc385c993298997e38d859304fc8..bc0afd369d5257a12fa75d88e6edccf54efde991 100644
|
| --- a/test/kernel/regression/issue_000031.dart.txt
|
| +++ b/test/kernel/regression/issue_000031.dart.txt
|
| @@ -2,5 +2,5 @@ library;
|
| import self as self;
|
|
|
| static method main() → dynamic {
|
| - let final #t1 = throw "Kernel IR not yet implemented for 'handleError'." in let final #t2 = #t1.toString() in #t1;
|
| + let final #t1 = invalid-expression in let final #t2 = #t1.toString() in #t1;
|
| }
|
|
|