]> granicus.if.org Git - clang/commitdiff
fix test case.
authorZhongxing Xu <xuzhongxing@gmail.com>
Mon, 19 Jul 2010 02:06:14 +0000 (02:06 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Mon, 19 Jul 2010 02:06:14 +0000 (02:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@108671 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/stream.c

index 953fc4dadc617bb0b898f69bf1cbf1bf7c533b52..bc1b58ee0463201e70c3a13908872f28c9abd907 100644 (file)
@@ -44,5 +44,5 @@ void f5(void) {
 void f6(void) {
   FILE *p = fopen("foo", "r");
   fclose(p); 
-  fclose(p); // expected-warning {{Try to close a file Descriptor already closed. Cause Undefined Behaviour.}}
+  fclose(p); // expected-warning {{Try to close a file Descriptor already closed. Cause undefined behaviour.}}
 }