aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorRafael Ávila de Espíndola <[email protected]>2011-02-02 10:43:57 -0500
committerRafael Ávila de Espíndola <[email protected]>2011-02-02 10:43:57 -0500
commitdd3ed6139a6fc6fda15403d0b5679535959945e5 (patch)
treef97126df9bb855569e2b40d668d7190c033d8ce2 /src/test
parentFix buggy argument assembly for upcall_get_type_desc. Can now complete calls ... (diff)
downloadrust-dd3ed6139a6fc6fda15403d0b5679535959945e5.tar.xz
rust-dd3ed6139a6fc6fda15403d0b5679535959945e5.zip
Add most of the plumbing for native items and add support for parsing native type declarations.
Diffstat (limited to 'src/test')
-rw-r--r--src/test/run-pass/native2.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/run-pass/native2.rs b/src/test/run-pass/native2.rs
index abb63352..b848ec8c 100644
--- a/src/test/run-pass/native2.rs
+++ b/src/test/run-pass/native2.rs
@@ -1,4 +1,5 @@
native "rust" mod rustrt {
+ type vbuf;
}
fn main(vec[str] args) {