mirror of
https://github.com/servo/servo.git
synced 2025-07-10 17:03:40 +01:00
5 lines
105 B
JavaScript
5 lines
105 B
JavaScript
(function() {
|
|
test(function() {
|
|
assert_true(false);
|
|
}, 'Test suite not implemented yet.');
|
|
})();
|