We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c432ed1 commit c94e1e0Copy full SHA for c94e1e0
1 file changed
cmd/tools/modules/testing/common.v
@@ -274,7 +274,8 @@ pub fn new_test_session(_vargs string, will_compile bool) TestSession {
274
if !os.exists('/usr/local/include/wkhtmltox/pdf.h') {
275
skip_files << 'examples/c_interop_wkhtmltopdf.v' // needs installation of wkhtmltopdf from https://github.com/wkhtmltopdf/packaging/releases
276
}
277
- skip_files << 'vlib/veb/tests/veb_app_test.v' // imports the `sqlite` module, which in turn includes sqlite3.h
+ skip_files << 'vlib/vweb/vweb_app_test.v' // imports the `sqlite` module, which in turn includes `sqlite3.h`
278
+ skip_files << 'vlib/veb/tests/veb_app_test.v' // imports the `sqlite` module, which in turn includes `sqlite3.h`
279
280
$if !macos {
281
skip_files << 'examples/macos_tray/tray.v'
0 commit comments