diff options
| author | Tyler Bindon <martica@martica.org> | 2013-01-25 12:31:45 -0700 |
|---|---|---|
| committer | Tyler Bindon <martica@martica.org> | 2013-01-25 19:42:23 -0700 |
| commit | edc94f5c23a87e5f6d32b63779d60920ca70735d (patch) | |
| tree | cbc303a91eaf4f2c6cb0c8b824ab8f813beafec5 /src/libstd/timer.rs | |
| parent | 3a5d2cdbf3aff91b57bc6b70dd429ae5e771d054 (diff) | |
| download | rust-edc94f5c23a87e5f6d32b63779d60920ca70735d.tar.gz rust-edc94f5c23a87e5f6d32b63779d60920ca70735d.zip | |
Fix Option camel case in xfailed/ignored tests
Diffstat (limited to 'src/libstd/timer.rs')
| -rw-r--r-- | src/libstd/timer.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/timer.rs b/src/libstd/timer.rs index ce6231afa67..d0ca133b39e 100644 --- a/src/libstd/timer.rs +++ b/src/libstd/timer.rs @@ -255,7 +255,7 @@ mod test { }; match recv_timeout(hl_loop, 10u, test_po) { - some(val) => { + Some(val) => { assert val == expected; successes += 1; } |
