Skip to content

Commit 0f93940

Browse files
committed
Fix tests
1 parent ac3de3d commit 0f93940

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flang/test/Lower/Intrinsics/ieee_is_normal.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
! RUN: bbc -emit-fir %s -o - | FileCheck %s
2-
! RUN: flang -fc1 -emit-fir %s -o - | FileCheck %s
2+
! RUN: %flang_fc1 -emit-fir %s -o - | FileCheck %s
33

44
! CHECK-LABEL: ieee_is_normal_f16
55
subroutine ieee_is_normal_f16(r)

flang/test/Lower/Intrinsics/isnan.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
! RUN: bbc -emit-fir %s -o - | FileCheck %s
2-
! RUN: flang -fc1 -emit-fir %s -o - | FileCheck %s
2+
! RUN: %flang_fc1 -emit-fir %s -o - | FileCheck %s
33

44
! CHECK-LABEL: isnan_f32
55
subroutine isnan_f32(r)

0 commit comments

Comments
 (0)