From 9a7ce7a09f0f52c4c81ce8fabcf14a86212a71ae Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Thu, 16 Mar 2006 03:05:57 +0000 Subject: [PATCH] Add a RUN: line so this test doesn't fail. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26790 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/C++Frontend/2006-03-06-C++RecurseCrash.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/C++Frontend/2006-03-06-C++RecurseCrash.cpp b/test/C++Frontend/2006-03-06-C++RecurseCrash.cpp index ec6bec31db2..2fb3fb7cdc2 100644 --- a/test/C++Frontend/2006-03-06-C++RecurseCrash.cpp +++ b/test/C++Frontend/2006-03-06-C++RecurseCrash.cpp @@ -1,4 +1,4 @@ -// %llvmgcc %s -S -o - +// RUN: %llvmgcc %s -S -o - namespace std { class exception { }; -- 2.34.1