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 dd48e56 commit 72f260dCopy full SHA for 72f260d
src/tools/compiletest/src/runtest.rs
@@ -2050,7 +2050,7 @@ impl<'test> TestCx<'test> {
2050
filecheck.arg("--allow-unused-prefixes");
2051
2052
// Provide more context on failures.
2053
- filecheck.args(&["--dump-input-context", "100"]);
+ filecheck.args(&["--dump-input-context", "1000000"]);
2054
2055
// Add custom flags supplied by the `filecheck-flags:` test directive.
2056
filecheck.args(&self.props.filecheck_flags);
0 commit comments