r193578 - Fix "existant" typos

Alp Toker alp at nuanti.com
Mon Oct 28 19:34:44 PDT 2013


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 at 33 1-1 {
 #ifdef TEST8
 // RUN: not %clang_cc1 -DTEST8 -verify %s 2>&1 | FileCheck -check-prefix=CHECK8 %s
 
-// expected-warning at nonexistant-file:1 {{ }}
-// expected-error at -1 {{file 'nonexistant-file' could not be located}}
+// expected-warning at nonexistent-file:1 {{ }}
+// expected-error at -1 {{file 'nonexistent-file' could not be located}}
 
 // expected-warning at verify-directive.h: {{ }}
 // expected-error at -1 {{missing or invalid line number}}





More information about the cfe-commits mailing list