Skip to content

Commit 8c16812

Browse files
author
Eric Holk
committed
---
yaml --- r: 3267 b: refs/heads/master c: ce50ae3 h: refs/heads/master i: 3265: 554f419 3263: 4275550 v: v3
1 parent 61c4a64 commit 8c16812

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 5640bead584165c061b3dfd2353948cddbcda50e
2+
refs/heads/master: ce50ae3212df7141a0008dc0e49ea4ff121d1c89

trunk/src/test/run-pass/issue-506.rs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/*
2+
A reduced test case for Issue #506, provided by Rob Arnold.
3+
*/
4+
5+
native "rust" mod rustrt {
6+
fn task_yield();
7+
}
8+
9+
fn main() {
10+
spawn rustrt::task_yield();
11+
}
12+

0 commit comments

Comments
 (0)