Skip to content

Commit 144cdf8

Browse files
committed
comment change to see if it triggers build
1 parent bc119f4 commit 144cdf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/unittests/Analysis/FlowSensitive/TransferTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5858,7 +5858,7 @@ TEST(TransferTest, EvaluateBlockWithUnreachablePreds) {
58585858
// `false` block may not have been processed when we try to evalute the `||`
58595859
// after visiting `true`, because it is not necessary (and therefore the edge
58605860
// is marked unreachable). Trying to get the analysis state via
5861-
// `getEnvironment` for the subexpression should still not crash.
5861+
// `getEnvironment` for the subexpression still should not crash.
58625862
std::string Code = R"(
58635863
int cast(int i) {
58645864
if ((i < 0 && true) || false) {

0 commit comments

Comments
 (0)