aboutsummaryrefslogtreecommitdiff
path: root/libcxxabi
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2017-05-10 08:15:40 +0000
committerEric Fiselier <eric@efcs.ca>2017-05-10 08:15:40 +0000
commit3ab4600c1ec637886a7b7357fbd8ce2d378af957 (patch)
tree3a0ce9aab790a214a04ade56cabb9855080bd2d4 /libcxxabi
parente73af512a6ed3b3799e91df88f0ffd4abf8e84e8 (diff)
downloadllvm-3ab4600c1ec637886a7b7357fbd8ce2d378af957.zip
llvm-3ab4600c1ec637886a7b7357fbd8ce2d378af957.tar.gz
llvm-3ab4600c1ec637886a7b7357fbd8ce2d378af957.tar.bz2
Fix use of removed SH test replacement %exec
llvm-svn: 302629
Diffstat (limited to 'libcxxabi')
-rw-r--r--libcxxabi/test/incomplete_type.sh.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxxabi/test/incomplete_type.sh.cpp b/libcxxabi/test/incomplete_type.sh.cpp
index 3f18d36..cefefc2 100644
--- a/libcxxabi/test/incomplete_type.sh.cpp
+++ b/libcxxabi/test/incomplete_type.sh.cpp
@@ -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>