From 60126e9365e86f9697508455290850564ac9186e Mon Sep 17 00:00:00 2001 From: Tim Chevalier Date: Wed, 29 May 2013 12:24:23 -0700 Subject: testsuite: Add an xfailed test case for the new `extern mod` syntax --- src/test/run-pass/extern-mod-url.rs | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/test/run-pass/extern-mod-url.rs (limited to 'src/test') diff --git a/src/test/run-pass/extern-mod-url.rs b/src/test/run-pass/extern-mod-url.rs new file mode 100644 index 00000000000..457c61067e3 --- /dev/null +++ b/src/test/run-pass/extern-mod-url.rs @@ -0,0 +1,16 @@ +// Copyright 2013 The Rust Project Developers. See the COPYRIGHT +// file at the top-level directory of this distribution and at +// http://rust-lang.org/COPYRIGHT. +// +// Licensed under the Apache License, Version 2.0 or the MIT license +// , at your +// option. This file may not be copied, modified, or distributed +// except according to those terms. + +// Just a test that new-style extern mods parse + +// xfail-test +extern mod test = "github.com/catamorphism/test-pkg"; + +fn main() {} \ No newline at end of file -- cgit 1.4.1-3-g733a5