From 80fb253fa72ca2bc7c6f4a9c04ea78c13ca9b281 Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Fri, 6 Jun 2014 17:51:25 +0000 Subject: [PATCH] test/SemaCXX/undefined-internal.cpp: Remove target triple. This test seems to run fine in both MS and Itanium C++ ABI mode these days. llvm-svn: 210357 --- clang/test/SemaCXX/undefined-internal.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/clang/test/SemaCXX/undefined-internal.cpp b/clang/test/SemaCXX/undefined-internal.cpp index 1cb0708a5320..f32036a025f4 100644 --- a/clang/test/SemaCXX/undefined-internal.cpp +++ b/clang/test/SemaCXX/undefined-internal.cpp @@ -1,10 +1,7 @@ // RUN: %clang_cc1 -fsyntax-only -verify %s // Make sure we don't produce invalid IR. -// RUN: %clang_cc1 -triple %itanium_abi_triple -emit-llvm-only %s - -// FIXME: Itanium shouldn't be necessary; the test should pass -// in MS mode too. +// RUN: %clang_cc1 -emit-llvm-only %s namespace test1 { static void foo(); // expected-warning {{function 'test1::foo' has internal linkage but is not defined}} -- 2.34.1