mirror of
https://github.com/servo/servo.git
synced 2025-06-23 08:34:42 +01:00
5 lines
105 B
JavaScript
5 lines
105 B
JavaScript
(function() {
|
|
test(function() {
|
|
assert_true(false);
|
|
}, 'Test suite not implemented yet.');
|
|
})();
|