forked from OSchip/llvm-project
Fix use of removed SH test replacement %exec
llvm-svn: 302629
This commit is contained in:
parent
e73af512a6
commit
3ab4600c1e
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue