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 4abff0d commit 030a674Copy full SHA for 030a674
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