Skip to content

Commit 72f260d

Browse files
committed
TEMP: debug Windows .ll with bigger FileCheck input context
1 parent dd48e56 commit 72f260d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/compiletest/src/runtest.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2050,7 +2050,7 @@ impl<'test> TestCx<'test> {
20502050
filecheck.arg("--allow-unused-prefixes");
20512051

20522052
// Provide more context on failures.
2053-
filecheck.args(&["--dump-input-context", "100"]);
2053+
filecheck.args(&["--dump-input-context", "1000000"]);
20542054

20552055
// Add custom flags supplied by the `filecheck-flags:` test directive.
20562056
filecheck.args(&self.props.filecheck_flags);

0 commit comments

Comments
 (0)