diff options
Diffstat (limited to '')
-rw-r--r-- | tests/ui/hashmap/hashmap-capacity-overflow.rs (renamed from src/test/ui/hashmap/hashmap-capacity-overflow.rs) | 0 | ||||
-rw-r--r-- | tests/ui/hashmap/hashmap-index-mut.rs (renamed from src/test/ui/hashmap/hashmap-index-mut.rs) | 0 | ||||
-rw-r--r-- | tests/ui/hashmap/hashmap-index-mut.stderr (renamed from src/test/ui/hashmap/hashmap-index-mut.stderr) | 0 | ||||
-rw-r--r-- | tests/ui/hashmap/hashmap-iter-value-lifetime.rs (renamed from src/test/ui/hashmap/hashmap-iter-value-lifetime.rs) | 0 | ||||
-rw-r--r-- | tests/ui/hashmap/hashmap-iter-value-lifetime.stderr (renamed from src/test/ui/hashmap/hashmap-iter-value-lifetime.stderr) | 0 | ||||
-rw-r--r-- | tests/ui/hashmap/hashmap-lifetimes.rs (renamed from src/test/ui/hashmap/hashmap-lifetimes.rs) | 0 | ||||
-rw-r--r-- | tests/ui/hashmap/hashmap-lifetimes.stderr (renamed from src/test/ui/hashmap/hashmap-lifetimes.stderr) | 0 | ||||
-rw-r--r-- | tests/ui/hashmap/hashmap-memory.rs (renamed from src/test/ui/hashmap/hashmap-memory.rs) | 2 |
8 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/hashmap/hashmap-capacity-overflow.rs b/tests/ui/hashmap/hashmap-capacity-overflow.rs index 2988af065..2988af065 100644 --- a/src/test/ui/hashmap/hashmap-capacity-overflow.rs +++ b/tests/ui/hashmap/hashmap-capacity-overflow.rs diff --git a/src/test/ui/hashmap/hashmap-index-mut.rs b/tests/ui/hashmap/hashmap-index-mut.rs index 98448e9d5..98448e9d5 100644 --- a/src/test/ui/hashmap/hashmap-index-mut.rs +++ b/tests/ui/hashmap/hashmap-index-mut.rs diff --git a/src/test/ui/hashmap/hashmap-index-mut.stderr b/tests/ui/hashmap/hashmap-index-mut.stderr index c1948ab62..c1948ab62 100644 --- a/src/test/ui/hashmap/hashmap-index-mut.stderr +++ b/tests/ui/hashmap/hashmap-index-mut.stderr diff --git a/src/test/ui/hashmap/hashmap-iter-value-lifetime.rs b/tests/ui/hashmap/hashmap-iter-value-lifetime.rs index 260ea8c7a..260ea8c7a 100644 --- a/src/test/ui/hashmap/hashmap-iter-value-lifetime.rs +++ b/tests/ui/hashmap/hashmap-iter-value-lifetime.rs diff --git a/src/test/ui/hashmap/hashmap-iter-value-lifetime.stderr b/tests/ui/hashmap/hashmap-iter-value-lifetime.stderr index d6e7a1d45..d6e7a1d45 100644 --- a/src/test/ui/hashmap/hashmap-iter-value-lifetime.stderr +++ b/tests/ui/hashmap/hashmap-iter-value-lifetime.stderr diff --git a/src/test/ui/hashmap/hashmap-lifetimes.rs b/tests/ui/hashmap/hashmap-lifetimes.rs index 295bf3b0e..295bf3b0e 100644 --- a/src/test/ui/hashmap/hashmap-lifetimes.rs +++ b/tests/ui/hashmap/hashmap-lifetimes.rs diff --git a/src/test/ui/hashmap/hashmap-lifetimes.stderr b/tests/ui/hashmap/hashmap-lifetimes.stderr index d1bcd53ae..d1bcd53ae 100644 --- a/src/test/ui/hashmap/hashmap-lifetimes.stderr +++ b/tests/ui/hashmap/hashmap-lifetimes.stderr diff --git a/src/test/ui/hashmap/hashmap-memory.rs b/tests/ui/hashmap/hashmap-memory.rs index 2031196ab..87f8b6ad5 100644 --- a/src/test/ui/hashmap/hashmap-memory.rs +++ b/tests/ui/hashmap/hashmap-memory.rs @@ -90,5 +90,5 @@ mod map_reduce { pub fn main() { map_reduce::map_reduce( - vec!["../src/test/run-pass/hashmap-memory.rs".to_string()]); + vec!["../tests/run-pass/hashmap-memory.rs".to_string()]); } |