Use raw string in paths in webidl-tests generated code

This fixes things on Windows, which uses backslashes in their paths
This commit is contained in:
Andrew Chin
2018-08-11 10:09:34 -04:00
parent ca5e7b8542
commit 156eb24359
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ fn main() {
use wasm_bindgen::prelude::*;
use wasm_bindgen_test::*;
#[wasm_bindgen(module = "{}")]
#[wasm_bindgen(module = r"{}")]
extern {{
fn not_actually_a_function{1}();
}}