aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorRoy Frostig <[email protected]>2010-08-12 19:20:29 -0700
committerRoy Frostig <[email protected]>2010-08-12 19:20:29 -0700
commit73ee16b1a41fef7aeb7b08aaac835200ce857c48 (patch)
treeff077923125d3e5f15e022af7bf8481020976325 /src/test
parentZero LMA/VMA of debug sections in elf. Closes #148. (diff)
downloadrust-73ee16b1a41fef7aeb7b08aaac835200ce857c48.tar.xz
rust-73ee16b1a41fef7aeb7b08aaac835200ce857c48.zip
A little tidy-up that should have gone in with 4e376852e709844d67f94430d9dc954d5be722b4.
Diffstat (limited to 'src/test')
-rw-r--r--src/test/run-pass/size-and-align.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/test/run-pass/size-and-align.rs b/src/test/run-pass/size-and-align.rs
index 94fa3bc1..4da22558 100644
--- a/src/test/run-pass/size-and-align.rs
+++ b/src/test/run-pass/size-and-align.rs
@@ -1,8 +1,5 @@
// -*- rust -*-
-use std;
-import std._vec;
-
type clam[T] = tag(a(T, int), b());
fn uhoh[T](vec[clam[T]] v) {