Skip to content

Commit 2dd82c5

Browse files
committed
[clang-tidy][NFC] Added -fexceptions to const-correctness-values.cp
Related to #99925.
1 parent 26c99c4 commit 2dd82c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/test/clang-tidy/checkers/misc/const-correctness-values.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RUN: misc-const-correctness.TransformValues: true, \
44
// RUN: misc-const-correctness.WarnPointersAsValues: false, \
55
// RUN: misc-const-correctness.TransformPointersAsValues: false \
6-
// RUN: }}" -- -fno-delayed-template-parsing
6+
// RUN: }}" -- -fno-delayed-template-parsing -fexceptions
77

88
// ------- Provide test samples for primitive builtins ---------
99
// - every 'p_*' variable is a 'potential_const_*' variable

0 commit comments

Comments
 (0)