summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/conditional-op-missing-lhs.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Analysis/conditional-op-missing-lhs.c')
-rw-r--r--clang/test/Analysis/conditional-op-missing-lhs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/conditional-op-missing-lhs.c b/clang/test/Analysis/conditional-op-missing-lhs.c
index 6296291cdfb..9fbb9f19875 100644
--- a/clang/test/Analysis/conditional-op-missing-lhs.c
+++ b/clang/test/Analysis/conditional-op-missing-lhs.c
@@ -4,7 +4,7 @@ void f1()
{
int i;
- int j = i ? : 1; // expected-warning{{use of uninitialized variable}} //expected-warning{{Value stored to 'j' is never read}}
+ int j = i ? : 1; // expected-warning{{use of uninitialized variable}} //expected-warning{{Value stored to 'j' during its initialization is never read}}
}
void *f2(int *i)
OpenPOWER on IntegriCloud