Commit 80b1686
authored
Fix e2e_test to work with current DDC output (#2626)
Fix e2e_test to work with current DDC output
Add a top level method and expect the result of calling that method in
an expression evaluation.
The existing test for expression evaluation in the context of a library
relied on the output of the `.toString()` of a top level method tearoff.
This representation changed recently causing the test to fail.1 parent 64492b2 commit 80b1686
File tree
2 files changed
+6
-4
lines changed- fixtures/_webdevSoundSmoke/web
- webdev/test
2 files changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
382 | 382 | | |
383 | 383 | | |
384 | 384 | | |
385 | | - | |
386 | | - | |
| 385 | + | |
| 386 | + | |
387 | 387 | | |
388 | 388 | | |
389 | 389 | | |
390 | 390 | | |
391 | 391 | | |
392 | 392 | | |
393 | | - | |
| 393 | + | |
394 | 394 | | |
395 | 395 | | |
396 | 396 | | |
| |||
555 | 555 | | |
556 | 556 | | |
557 | 557 | | |
558 | | - | |
| 558 | + | |
559 | 559 | | |
560 | 560 | | |
561 | 561 | | |
| |||
0 commit comments