We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67f2b7a commit 9867c9dCopy full SHA for 9867c9d
src/tools/compiletest/src/runtest/assembly.rs
@@ -42,6 +42,7 @@ impl TestCx<'_> {
42
LinkToAux::Yes,
43
Vec::new(),
44
);
45
+
46
let proc_res = self.compose_and_run_compiler(rustc, None, self.testpaths);
47
(proc_res, output_path)
48
}
0 commit comments