about summary refs log tree commit diff
path: root/src/test
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-08-01 04:19:35 -0700
committerbors <bors@rust-lang.org>2013-08-01 04:19:35 -0700
commit9824d90ffd7684eca7171c4e019fd85b9317904e (patch)
treec10e64c980b6dae552e2f2a43418d08b89122567 /src/test
parent5c6069c7a90761c120cecbd8e18317bce21dd213 (diff)
parenta5912736be38ff10e41b475634119f83b937a072 (diff)
auto merge of #8155 : stepancheg/rust/unit-zero, r=alexcrichton
Diffstat (limited to 'src/test')
-rw-r--r--src/test/run-pass/deriving-zero.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/run-pass/deriving-zero.rs b/src/test/run-pass/deriving-zero.rs
index f2c5a7e94ef..54895d1796f 100644
--- a/src/test/run-pass/deriving-zero.rs
+++ b/src/test/run-pass/deriving-zero.rs
@@ -34,6 +34,7 @@ struct Lots {
     h: ~[util::NonCopyable],
     i: @mut (int, int),
     j: bool,
+    k: (),
 }
 
 fn main() {