mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
62b37a06ef
--HG-- extra : rebase_source : 1783e1a39d592defa279488f0cd0266311ed35ea
5 lines
80 B
JavaScript
5 lines
80 B
JavaScript
function run_test() {
|
|
// This test expects to fail.
|
|
do_check_true(false);
|
|
}
|