Fix use of removed SH test replacement %exec

llvm-svn: 302629
This commit is contained in:
Eric Fiselier 2017-05-10 08:15:40 +00:00
parent e73af512a6
commit 3ab4600c1e
1 changed files with 1 additions and 1 deletions

View File

@ -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>