diff options
| author | Graydon Hoare <[email protected]> | 2010-08-24 09:09:04 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-08-24 09:09:04 -0700 |
| commit | 14262c73119349fd5452db0811a577febbc77670 (patch) | |
| tree | d2cdef3e324346c84ed9fb6886ccdae405579084 /src/test/run-pass/task-lib.rs | |
| parent | Add very basic char / str literal handling to rustc lexer. (diff) | |
| download | rust-14262c73119349fd5452db0811a577febbc77670.tar.xz rust-14262c73119349fd5452db0811a577febbc77670.zip | |
Rename lib tests, enable lib-int.rs using _str.eq for now.
Diffstat (limited to 'src/test/run-pass/task-lib.rs')
| -rw-r--r-- | src/test/run-pass/task-lib.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/test/run-pass/task-lib.rs b/src/test/run-pass/task-lib.rs deleted file mode 100644 index 18499f4e..00000000 --- a/src/test/run-pass/task-lib.rs +++ /dev/null @@ -1,6 +0,0 @@ -use std; -import std._task; - -fn main() { - _task.sleep(1000000u); -}
\ No newline at end of file |