Skip to content

Commit 5945667

Browse files
committed
Update some more tests for 1a68a98
1 parent 4ce6472 commit 5945667

File tree

3 files changed

+1
-43
lines changed

3 files changed

+1
-43
lines changed

src/test/compile-fail/implicit-copy-1.rs

Lines changed: 0 additions & 21 deletions
This file was deleted.

src/test/compile-fail/implicit-copy-2.rs

Lines changed: 0 additions & 21 deletions
This file was deleted.

src/test/run-fail/bug-811.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// error-pattern:quux
2-
fn test00_start(ch: chan_t<int>, message: int) { send(ch, message); }
2+
fn test00_start(ch: chan_t<int>, message: int) { send(ch, copy message); }
33

44
type task_id = int;
55
type port_id = int;

0 commit comments

Comments
 (0)