diff options
Diffstat (limited to 'src/test/run-pass/native2.rs')
| -rw-r--r-- | src/test/run-pass/native2.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-pass/native2.rs b/src/test/run-pass/native2.rs index 4815345a..df2540ae 100644 --- a/src/test/run-pass/native2.rs +++ b/src/test/run-pass/native2.rs @@ -10,7 +10,7 @@ native mod zed { } native mod libc = "libc.dylib" { - fn write(int fd, rustrt.vbuf buf, uint count) -> int; + fn write(int fd, rustrt::vbuf buf, uint count) -> int; } native "cdecl" mod baz { |