Skip to content

Commit

Permalink
Formatted rust files
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Apr 16, 2020
1 parent bb3c1a6 commit 2835140
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ use std::fs;
use std::path::PathBuf;
use std::process::Command;
use test_generator::{
build_ignores_from_textfile, emscripten_processor, test_directory,
test_directory_module, wasi_processor, wast_processor, with_backends, with_test_module,
Testsuite,
build_ignores_from_textfile, emscripten_processor, test_directory, test_directory_module,
wasi_processor, wast_processor, with_backends, with_test_module, Testsuite,
};

static EMTESTS_ENV_VAR: &str = "WASM_EMSCRIPTEN_GENERATE_EMTESTS";
Expand Down
2 changes: 1 addition & 1 deletion tests/test-generator/src/processors.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//! Here we define the processors usable for each test genrator
use crate::{Test, Testsuite, extract_name};
use crate::{extract_name, Test, Testsuite};
use std::path::PathBuf;

/// Given a Testsuite and a path, process the path in case is a wast
Expand Down

0 comments on commit 2835140

Please sign in to comment.