From 2bd896baf6c4af45c748044a852bce0cb853923976691993e444fc743d6d2a8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Thu, 21 Nov 2013 12:59:03 +0000 Subject: [PATCH] Enable 3 more tests, now that they pass OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=294 --- llvm.spec | 5 ----- 1 file changed, 5 deletions(-) diff --git a/llvm.spec b/llvm.spec index 69012a6..ec8ddb7 100644 --- a/llvm.spec +++ b/llvm.spec @@ -293,11 +293,6 @@ cd stage2 ln -s lib lib64 %endif -# Due to http://llvm.org/bugs/show_bug.cgi?id=15242 -for i in crash-narrowfunctiontest metadata remove_arguments_test; do - rm ../test/BugPoint/$i.ll; -done - %ifarch s390 s390x for i in TestClassDecl.m TestClassForwardDecl.m c-index-getCursor-test.m; do rm ../tools/clang/test/Index/$i;