Commit 7cd19f9
committed
Disable optimisation for pos test
pos/escapingRefs.scala fails to compile under -optimise. This seems to be
an existing problem that was not detected before, but is detected now with the
change from TypeArgRefs to TypeRefs. I will file a separate issue detailing
the problem.1 parent 29fe971 commit 7cd19f9
File tree
2 files changed
+10
-3
lines changed- compiler/test-resources/pending/repl
- tests/pos-no-optimise
2 files changed
+10
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments