Skip to content

Commit 10547bd

Browse files
Moved the run_foo_test functions to a separate file
1 parent e1736e3 commit 10547bd

File tree

3 files changed

+705
-678
lines changed

3 files changed

+705
-678
lines changed

Diff for: src/tools/compiletest/src/runtest.rs

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ use std::str;
1818
use tracing::*;
1919

2020
mod test_cx;
21+
mod test_cx_run_test_fns;
2122
use test_cx::TestCx;
2223

2324
#[cfg(test)]

0 commit comments

Comments
 (0)