Add expected failure annotation on "fixed" example to placate 'make check'.
This commit is contained in:
parent
2dda6d6f5d
commit
20af4d7361
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@ Things get trickier when the unique box is not uniquely owned by the
|
||||||
stack frame, or when there is no way for the compiler to determine the
|
stack frame, or when there is no way for the compiler to determine the
|
||||||
box's owner. Consider a program like this:
|
box's owner. Consider a program like this:
|
||||||
|
|
||||||
~~~
|
~~~ {.xfail-test}
|
||||||
struct R { g: int }
|
struct R { g: int }
|
||||||
struct S { mut f: ~R }
|
struct S { mut f: ~R }
|
||||||
fn example5a(x: @S, callback: @fn()) -> int {
|
fn example5a(x: @S, callback: @fn()) -> int {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue