From f517e9578d97e507009174350548130642389938 Mon Sep 17 00:00:00 2001
From: Chris Lattner <sabre@nondot.org>
Date: Sun, 1 Apr 2007 06:19:41 +0000
Subject: [PATCH] not not!

llvm-svn: 35537
---
 llvm/test/C++Frontend/2007-03-27-FunctionVarRename.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/llvm/test/C++Frontend/2007-03-27-FunctionVarRename.cpp b/llvm/test/C++Frontend/2007-03-27-FunctionVarRename.cpp
index 7a7eb2a8d77b..ca68af1d57f0 100644
--- a/llvm/test/C++Frontend/2007-03-27-FunctionVarRename.cpp
+++ b/llvm/test/C++Frontend/2007-03-27-FunctionVarRename.cpp
@@ -1,5 +1,5 @@
 // RUN: %llvmgxx %s -emit-llvm -S -o - | not grep 'eprintf1' &&
-// RUN: %llvmgxx %s -emit-llvm -S -o - | not grep 'eprintf'
+// RUN: %llvmgxx %s -emit-llvm -S -o - | grep 'eprintf'
 
 // Only one eprintf should exist in the output