summaryrefslogtreecommitdiffstats
path: root/src/modules/haxe.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/haxe.rs')
-rw-r--r--src/modules/haxe.rs14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/modules/haxe.rs b/src/modules/haxe.rs
index de0a8133c..09d9e5cee 100644
--- a/src/modules/haxe.rs
+++ b/src/modules/haxe.rs
@@ -132,7 +132,7 @@ mod tests {
"haxe --version",
Some(CommandOutput {
stdout: "4.3.0-rc.1+\n".to_owned(),
- stderr: "".to_owned(),
+ stderr: String::new(),
}),
)
.path(dir.path())
@@ -151,7 +151,7 @@ mod tests {
"haxe --version",
Some(CommandOutput {
stdout: "4.3.0-rc.1+\n".to_owned(),
- stderr: "".to_owned(),
+ stderr: String::new(),
}),
)
.path(dir.path())
@@ -173,7 +173,7 @@ mod tests {
"haxe --version",
Some(CommandOutput {
stdout: "4.3.0-rc.1+\n".to_owned(),
- stderr: "".to_owned(),
+ stderr: String::new(),
}),
)
.path(dir.path())
@@ -201,7 +201,7 @@ mod tests {
"haxe --version",
Some(CommandOutput {
stdout: "4.3.0-rc.1+\n".to_owned(),
- stderr: "".to_owned(),
+ stderr: String::new(),
}),
)
.path(dir.path())
@@ -230,7 +230,7 @@ mod tests {
"haxe --version",
Some(CommandOutput {
stdout: "4.3.0-rc.1+\n".to_owned(),
- stderr: "".to_owned(),
+ stderr: String::new(),
}),
)
.path(dir.path())
@@ -260,7 +260,7 @@ mod tests {
"haxe --version",
Some(CommandOutput {
stdout: "4.3.0-rc.1+\n".to_owned(),
- stderr: "".to_owned(),
+ stderr: String::new(),
}),
)
.path(dir.path())
@@ -290,7 +290,7 @@ mod tests {
"haxe --version",
Some(CommandOutput {
stdout: "4.3.0-rc.1+\n".to_owned(),
- stderr: "".to_owned(),
+ stderr: String::new(),
}),
)
.path(dir.path())