File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 66
66
// RUN: clang-tidy --checks="-*,readability-identifier-naming" --dump-config %S/Inputs/config-files/- -- | grep "readability-identifier-naming\." | sort --check
67
67
68
68
// Dumped config does not overflow for unsigned options
69
- // RUN: clang-tidy --dump-config \
70
- // RUN: --checks="-*,misc-throw-by-value-catch-by-reference" \
71
- // RUN: -- | grep -v -q "misc-throw-by-value-catch-by-reference.MaxSize: '-1'"
72
-
73
- // RUN: clang-tidy --dump-config %S/Inputs/config-files/5/- \
74
- // RUN: -- | grep -q "misc-throw-by-value-catch-by-reference.MaxSize: '1152921504606846976'"
69
+ // RUN: clang-tidy --dump-config %S/Inputs/config-files/5/- -- | FileCheck %s -check-prefix=CHECK-OVERFLOW
70
+ // CHECK-OVERFLOW: misc-throw-by-value-catch-by-reference.MaxSize: '1152921504606846976'
You can’t perform that action at this time.
0 commit comments