about summary refs log tree commit diff
path: root/src/test/run-pass/vector-sort-panic-safe.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-pass/vector-sort-panic-safe.rs')
-rw-r--r--src/test/run-pass/vector-sort-panic-safe.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-pass/vector-sort-panic-safe.rs b/src/test/run-pass/vector-sort-panic-safe.rs
index c969e66957c..fe89c7532ee 100644
--- a/src/test/run-pass/vector-sort-panic-safe.rs
+++ b/src/test/run-pass/vector-sort-panic-safe.rs
@@ -14,7 +14,7 @@ use std::rand::{task_rng, Rng, Rand};
 
 const REPEATS: uint = 5;
 const MAX_LEN: uint = 32;
-static drop_counts: [AtomicUint, .. MAX_LEN] =
+static drop_counts: [AtomicUint;  MAX_LEN] =
     // FIXME #5244: AtomicUint is not Copy.
     [
         INIT_ATOMIC_UINT, INIT_ATOMIC_UINT, INIT_ATOMIC_UINT, INIT_ATOMIC_UINT,