mirror of
https://github.com/servo/servo
synced 2026-04-30 11:27:28 +02:00
6 lines
105 B
JavaScript
6 lines
105 B
JavaScript
(function() {
|
|
test(function() {
|
|
assert_true(false);
|
|
}, 'Test suite not implemented yet.');
|
|
})();
|