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> _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits