Test clean up

This commit is contained in:
Tim Schaub
2013-02-21 12:19:34 -07:00
parent 461c5c4328
commit 7c4df5186f

View File

@@ -68,6 +68,8 @@
got = layer.createBackBuffer();
} catch (e) {
got = e;
} finally {
tearDown();
}
t.eq(got, undefined, "createBackBuffer returns undefined");
}