Skip to content

Commit

Permalink
[flang] Remove target and require shell
Browse files Browse the repository at this point in the history
Fix failure from 68db0e2 on
arm buildbot.
  • Loading branch information
clementval committed Jan 21, 2022
1 parent 5659638 commit 26cbc43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flang/test/Fir/basic-program.fir
@@ -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.

Expand Down

0 comments on commit 26cbc43

Please sign in to comment.