diff options
| -rw-r--r-- | compiler-rt/test/shadowcallstack/init.c | 10 | 
1 files changed, 1 insertions, 9 deletions
| diff --git a/compiler-rt/test/shadowcallstack/init.c b/compiler-rt/test/shadowcallstack/init.c index f84f38d713e..a406e1b140f 100644 --- a/compiler-rt/test/shadowcallstack/init.c +++ b/compiler-rt/test/shadowcallstack/init.c @@ -1,18 +1,10 @@ -// RUN: %clang_scs -D INCLUDE_RUNTIME %s -o %t -// RUN: %run %t -  // RUN: %clang_scs %s -o %t -// RUN: not --crash %run %t +// RUN: %run %t  // Basic smoke test for the runtime  #include "libc_support.h" - -#ifdef INCLUDE_RUNTIME  #include "minimal_runtime.h" -#else -#define scs_main main -#endif  int scs_main(void) {    scs_fputs_stdout("In main.\n"); | 

