forked from OSchip/llvm-project
[flang] Remove target and require shell
Fix failure from 68db0e25df
on
arm buildbot.
This commit is contained in:
parent
5659638418
commit
26cbc43019
|
@ -1,4 +1,5 @@
|
|||
// RUN: tco --target=x86_64-unknown-linux-gnu %s | FileCheck %s
|
||||
// RUN: tco %s | FileCheck %s
|
||||
// REQUIRES: shell
|
||||
|
||||
// Check that tco is working with a basic test.
|
||||
|
||||
|
|
Loading…
Reference in New Issue