Skip to content

Commit

Permalink
Fixed lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Dec 5, 2020
1 parent 64c2241 commit 5919d9a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/integration/cli/src/assets.rs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
use std::env;
use std::path::PathBuf;

pub const ASSET_PATH: &str = concat!(env!("CARGO_MANIFEST_DIR"), "/../../../lib/c-api/tests/assets");

pub const WASMER_INCLUDE_PATH: &str = concat!(
pub const ASSET_PATH: &str = concat!(
env!("CARGO_MANIFEST_DIR"),
"/../../../lib/c-api"
"/../../../lib/c-api/tests/assets"
);

pub const WASMER_INCLUDE_PATH: &str = concat!(env!("CARGO_MANIFEST_DIR"), "/../../../lib/c-api");

pub const WASMER_PATH: &str = concat!(
env!("CARGO_MANIFEST_DIR"),
"/../../../target/release/wasmer"
Expand Down

0 comments on commit 5919d9a

Please sign in to comment.