diff options
Diffstat (limited to 'cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/control/dex_step_function.cpp')
| -rw-r--r-- | cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/control/dex_step_function.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/control/dex_step_function.cpp b/cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/control/dex_step_function.cpp index c0c08fb1490a..900e10b64a96 100644 --- a/cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/control/dex_step_function.cpp +++ b/cross-project-tests/debuginfo-tests/dexter/feature_tests/commands/control/dex_step_function.cpp @@ -5,7 +5,7 @@ // UNSUPPORTED: system-windows // // RUN: %dexter_regression_test_cxx_build %s -o %t -// RUN: %dexter_regression_test_run -v --binary %t -- %s 2>&1 | FileCheck --dump-input-context=999999999 %s +// RUN: %dexter_regression_test_run -v --binary %t -- %s 2>&1 | FileCheck %s int g = 0; int c(int) { |
