about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTim Chevalier <chevalier@alum.wellesley.edu>2013-01-03 15:26:41 -0800
committerTim Chevalier <chevalier@alum.wellesley.edu>2013-01-03 15:26:41 -0800
commit7b08ed02bbdaada73dd40e13ccbb94f0437e88b6 (patch)
treebc65671407d41af388010343d8231f9432f72022
parent1330b1cdf569f8ea5eaec74301125fde32884d62 (diff)
downloadrust-7b08ed02bbdaada73dd40e13ccbb94f0437e88b6.tar.gz
rust-7b08ed02bbdaada73dd40e13ccbb94f0437e88b6.zip
Actually xfail this, unbreak build
-rw-r--r--src/test/compile-fail/issue-3601.rs11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/test/compile-fail/issue-3601.rs b/src/test/compile-fail/issue-3601.rs
index 884e0ee2ff8..3e54aaa287c 100644
--- a/src/test/compile-fail/issue-3601.rs
+++ b/src/test/compile-fail/issue-3601.rs
@@ -1,3 +1,14 @@
+// Copyright 2012 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 <LICENSE-APACHE or
+// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
+// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
+// option. This file may not be copied, modified, or distributed
+// except according to those terms.
+
+// xfail-test
 struct HTMLImageData {
     mut image: Option<~str>
 }