aboutsummaryrefslogtreecommitdiff
path: root/src/test/run-pass
diff options
context:
space:
mode:
authorPatrick Walton <[email protected]>2011-02-17 16:23:31 -0800
committerPatrick Walton <[email protected]>2011-02-17 16:23:31 -0800
commit10befcd9a4d9f68e2dbec84c4a86450a021143fb (patch)
tree7485ae8b66f3349e3987b480d4be44b34e01af5b /src/test/run-pass
parentSteps toward implementing iterators. (diff)
downloadrust-10befcd9a4d9f68e2dbec84c4a86450a021143fb.tar.xz
rust-10befcd9a4d9f68e2dbec84c4a86450a021143fb.zip
Add type parameters to tag types
Diffstat (limited to 'src/test/run-pass')
-rw-r--r--src/test/run-pass/generic-tag.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-pass/generic-tag.rs b/src/test/run-pass/generic-tag.rs
index 1fd88255..68d7c18f 100644
--- a/src/test/run-pass/generic-tag.rs
+++ b/src/test/run-pass/generic-tag.rs
@@ -6,4 +6,4 @@ tag option[T] {
fn main() {
let option[int] a = some[int](@10);
a = none[int];
-} \ No newline at end of file
+}