Skip to content

Commit 904ec75

Browse files
SimonSapinThomas Bracht Laumann Jespersen
authored and
Thomas Bracht Laumann Jespersen
committed
Upgrade to rustc 1.19.0-nightly (ced823e26 2017-05-07)
1 parent d2833cd commit 904ec75

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "compiletest_rs"
3-
version = "0.2.5"
3+
version = "0.2.6"
44
authors = [ "The Rust Project Developers"
55
, "Thomas Bracht Laumann Jespersen <[email protected]>"
66
, "Manish Goregaokar <[email protected]>"

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ pub fn test_opts(config: &Config) -> test::TestOpts {
143143
test_threads: None,
144144
skip: vec![],
145145
list: false,
146+
options: test::Options::new(),
146147
}
147148
}
148149

0 commit comments

Comments
 (0)