about summary refs log tree commit diff
path: root/src/test/stdtest/stdtest.rc
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2011-08-11 22:48:08 -0700
committerBrian Anderson <banderson@mozilla.com>2011-08-12 12:14:06 -0700
commit7625ed52eee77078747f9e9639b89166681abef8 (patch)
tree7a842c731963da6dffadbaf55bd0268bc9b872fd /src/test/stdtest/stdtest.rc
parentabf41e15ead7bcf4a4faff86b1f9dd2a07a64ef6 (diff)
downloadrust-7625ed52eee77078747f9e9639b89166681abef8.tar.gz
rust-7625ed52eee77078747f9e9639b89166681abef8.zip
Remove vecs from std::sort
Diffstat (limited to 'src/test/stdtest/stdtest.rc')
-rw-r--r--src/test/stdtest/stdtest.rc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/stdtest/stdtest.rc b/src/test/stdtest/stdtest.rc
index b8907248cbd..401587ed36e 100644
--- a/src/test/stdtest/stdtest.rc
+++ b/src/test/stdtest/stdtest.rc
@@ -21,7 +21,6 @@ mod qsort;
 mod rand;
 mod run;
 mod sha1;
-mod sort_ivec;
 mod sort;
 mod str_buf;
 mod str;