Commit d3027d5
[gardening] Make new test work also in obfuscation modified
The new `lib/isolate/handle_throwing_to_string_error_test` was relying on
symbol names not being obfuscated and fails on
`vm-aot-obfuscate-linux-release-x64`.
=> Make it more robust by using `Symbol`s instead of `Strings`.
Change-Id: Ib1cd793b100b1c0b31f0a909f4ec8db442590540
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/413660
Reviewed-by: Daco Harkes <[email protected]>
Commit-Queue: Martin Kustermann <[email protected]>1 parent 7f43b34 commit d3027d5
1 file changed
+11
-2
lines changedLines changed: 11 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
| 35 | + | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
0 commit comments