From 08dcf60295b79ac6a79ac94933778001eab2d389 Mon Sep 17 00:00:00 2001 From: Vince Harron Date: Sun, 22 Mar 2015 08:47:07 +0000 Subject: Reverting 232853 and 232870 because they depend on 232793, which was reverted because it was causing LLDB test failures llvm-svn: 232907 --- clang/test/Modules/update-exception-spec.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'clang/test/Modules/update-exception-spec.cpp') diff --git a/clang/test/Modules/update-exception-spec.cpp b/clang/test/Modules/update-exception-spec.cpp index bccdddc9c09..e69de29bb2d 100644 --- a/clang/test/Modules/update-exception-spec.cpp +++ b/clang/test/Modules/update-exception-spec.cpp @@ -1,6 +0,0 @@ -// RUN: rm -rf %t -// RUN: %clang_cc1 -fexceptions -fcxx-exceptions -fmodules -fmodules-cache-path=%t -I%S/Inputs/update-exception-spec -emit-llvm-only %s -#include "a.h" -void use(B *p); -#include "c.h" -void use(B *p) { g(p); } -- cgit v1.2.3