make check: incorrect license

This commit is contained in:
Youngmin Yoo 2013-05-09 13:46:51 +09:00
parent 0c2e218419
commit 1bbbf81d5b
4 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,4 @@
// xfail-license
use dom::bindings::codegen::DOMParserBinding;
use dom::bindings::utils::{CacheableWrapper, WrapperCache};
use dom::bindings::utils::{BindingObject, DerivedWrapper};

View file

@ -1,3 +1,4 @@
// xfail-license
use dom::bindings::element;
use dom::bindings::node::unwrap;
use dom::bindings::utils;
@ -83,4 +84,4 @@ pub fn create(cx: *JSContext, node: &mut AbstractNode) -> jsobj {
JS_SetReservedSlot(obj.ptr, DOM_OBJECT_SLOT as u32, RUST_PRIVATE_TO_JSVAL(raw_ptr));
return obj;
}
}

View file

@ -1,3 +1,4 @@
// xfail-license
use dom::clientrect::ClientRect;
use dom::bindings::utils::WrapperCache;

View file

@ -1,3 +1,4 @@
// xfail-license
use dom::bindings::utils::WrapperCache;
use dom::bindings::utils::{DOMString, ErrorResult};
use dom::node::AbstractNode;