diff options
| author | Vadim Chugunov <vadimcn@gmail.com> | 2013-08-19 15:40:37 -0700 |
|---|---|---|
| committer | Vadim Chugunov <vadimcn@gmail.com> | 2013-08-22 20:02:20 -0700 |
| commit | 12ecdb6381049e468ae56bf2e049ee885e185d2c (patch) | |
| tree | f24d6c0d18079a717fd724dcacaefb104e297905 /src/libstd/local_data.rs | |
| parent | 9e4fddeadea70d2e9d04234b248ab119e5310630 (diff) | |
| download | rust-12ecdb6381049e468ae56bf2e049ee885e185d2c.tar.gz rust-12ecdb6381049e468ae56bf2e049ee885e185d2c.zip | |
Enabled unit tests in std and extra.
Diffstat (limited to 'src/libstd/local_data.rs')
| -rw-r--r-- | src/libstd/local_data.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/local_data.rs b/src/libstd/local_data.rs index 4dbe61b0c49..5d6610e6b55 100644 --- a/src/libstd/local_data.rs +++ b/src/libstd/local_data.rs @@ -201,7 +201,6 @@ fn test_tls_overwrite_multiple_types() { #[test] #[should_fail] -#[ignore(cfg(windows))] fn test_tls_cleanup_on_failure() { static str_key: Key<@~str> = &Key; static box_key: Key<@@()> = &Key; |
