[libcxxabi] r302629 - Fix use of removed SH test replacement %exec
Eric Fiselier via cfe-commits
cfe-commits at lists.llvm.org
Wed May 10 01:15:41 PDT 2017
Author: ericwf
Date: Wed May 10 03:15:40 2017
New Revision: 302629
URL: http://llvm.org/viewvc/llvm-project?rev=302629&view=rev
Log:
Fix use of removed SH test replacement %exec
Modified:
libcxxabi/trunk/test/incomplete_type.sh.cpp
Modified: libcxxabi/trunk/test/incomplete_type.sh.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxxabi/trunk/test/incomplete_type.sh.cpp?rev=302629&r1=302628&r2=302629&view=diff
==============================================================================
--- libcxxabi/trunk/test/incomplete_type.sh.cpp (original)
+++ libcxxabi/trunk/test/incomplete_type.sh.cpp Wed May 10 03:15:40 2017
@@ -19,7 +19,7 @@
// RUN: %cxx %flags %compile_flags -c %s -o %t.one.o
// RUN: %cxx %flags %compile_flags -c %s -o %t.two.o -DTU_ONE
// RUN: %cxx %flags %t.one.o %t.two.o %link_flags -o %t.exe
-// RUN: %exec %t.exe
+// RUN: %t.exe
#include <stdio.h>
#include <cstring>
More information about the cfe-commits
mailing list