Skip to content

Commit 3a29f28

Browse files
committed
Fix a compile_input test
1 parent b59fbfd commit 3a29f28

File tree

1 file changed

+1
-1
lines changed
  • src/test/run-make/issue-19371

1 file changed

+1
-1
lines changed

src/test/run-make/issue-19371/foo.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@ fn compile(code: String, output: PathBuf, sysroot: PathBuf) {
7171
let (sess, cstore) = basic_sess(sysroot);
7272
let control = CompileController::basic();
7373
let input = Input::Str { name: FileName::Anon, input: code };
74-
let _ = compile_input(&sess, &cstore, &input, &None, &Some(output), None, &control);
74+
let _ = compile_input(&sess, &cstore, &None, &input, &None, &Some(output), None, &control);
7575
}

0 commit comments

Comments
 (0)