summaryrefslogtreecommitdiff
path: root/test
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
commit3a1504306eda00b6214ca6782de411e5f6de1318 (patch)
treeedb289e56cdcb1953a77eb2f79e7c72616a49089 /test
parent8ca586db1e952ecc2e4f6244251c3093c38f113f (diff)
Fix use of removed SH test replacement %exec
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@302629 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/incomplete_type.sh.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/incomplete_type.sh.cpp b/test/incomplete_type.sh.cpp
index 3f18d36..cefefc2 100644
--- a/test/incomplete_type.sh.cpp
+++ b/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>