Author: alp
Date: Mon Oct 28 21:34:44 2013
New Revision: 193578

URL: http://llvm.org/viewvc/llvm-project?rev=193578&view=rev
Log:
Fix "existant" typos

Modified:
    cfe/trunk/test/Frontend/verify.c

Modified: cfe/trunk/test/Frontend/verify.c
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Frontend/verify.c?rev=193578&r1=193577&r2=193578&view=diff
==============================================================================
--- cfe/trunk/test/Frontend/verify.c (original)
+++ cfe/trunk/test/Frontend/verify.c Mon Oct 28 21:34:44 2013
@@ -128,8 +128,8 @@ unexpected b; // expected-error@33 1-1 {
 #ifdef TEST8
 // RUN: not %clang_cc1 -DTEST8 -verify %s 2>&1 | FileCheck 
-check-prefix=CHECK8 %s
 
-// expected-warning@nonexistant-file:1 {{ }}
-// expected-error@-1 {{file 'nonexistant-file' could not be located}}
+// expected-warning@nonexistent-file:1 {{ }}
+// expected-error@-1 {{file 'nonexistent-file' could not be located}}
 
 // [email protected]: {{ }}
 // expected-error@-1 {{missing or invalid line number}}


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to