mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-13 04:51:23 +00:00
Migrate to trybuild
from compiletest
This migrates our UI tests to the recently published `trybuild` crate which should hopefully be a bit more robust than `compiletest` over time!
This commit is contained in:
@ -1,7 +1,3 @@
|
||||
#![crate_type = "rlib"]
|
||||
|
||||
extern crate wasm_bindgen;
|
||||
|
||||
use wasm_bindgen::prelude::*;
|
||||
|
||||
#[wasm_bindgen]
|
||||
@ -47,3 +43,5 @@ impl A {
|
||||
impl A {
|
||||
pub unsafe fn foo() {}
|
||||
}
|
||||
|
||||
fn main() {}
|
||||
|
Reference in New Issue
Block a user