Commit 9b84e6b8 authored by Jason Simmons's avatar Jason Simmons

Merge pull request #1255 from jason-simmons/skyanalyzer_pub_cache

Some cleanup of the Sky analyzer script
parents 174ee11d 64f75399
analyzer:
exclude:
- 'test/engine/append_child_test.dart'
......@@ -10,7 +10,7 @@ void main() {
test("should throw with invalid arguments", () {
var parent = document.createElement("div");
expect(() {
parent.appendChild();
Function.apply(parent.appendChild, []);
}, throws);
expect(() {
parent.appendChild(null);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment