summaryrefslogtreecommitdiff
path: root/flang/test/Lower/character-compare.f90
diff options
context:
space:
mode:
Diffstat (limited to 'flang/test/Lower/character-compare.f90')
-rw-r--r--flang/test/Lower/character-compare.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/flang/test/Lower/character-compare.f90 b/flang/test/Lower/character-compare.f90
index e3587cdf11e0..a7893f18f4a5 100644
--- a/flang/test/Lower/character-compare.f90
+++ b/flang/test/Lower/character-compare.f90
@@ -1,4 +1,4 @@
-! RUN: bbc %s -o - | FileCheck %s
+! RUN: bbc -emit-fir -hlfir=false %s -o - | FileCheck %s
! CHECK-LABEL: compare
subroutine compare(x, c1, c2)