diff options
Diffstat (limited to 'flang/test/Fir/target.fir')
| -rw-r--r-- | flang/test/Fir/target.fir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flang/test/Fir/target.fir b/flang/test/Fir/target.fir index b04e23a018e7..e1190649e080 100644 --- a/flang/test/Fir/target.fir +++ b/flang/test/Fir/target.fir @@ -1,4 +1,4 @@ -// RUN: tco --target=i386-unknown-linux-gnu --force-no-alias %s | FileCheck %s --check-prefix=I32 +// RUN: tco --target=i386-unknown-linux-gnu %s | FileCheck %s --check-prefix=I32 // RUN: tco --target=x86_64-unknown-linux-gnu %s | FileCheck %s --check-prefix=X64 // RUN: tco --target=aarch64-unknown-linux-gnu %s | FileCheck %s --check-prefix=AARCH64 // RUN: tco --target=powerpc64le-unknown-linux-gnu %s | FileCheck %s --check-prefix=PPC |
