aboutsummaryrefslogtreecommitdiffstats
path: root/test/lib
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib')
-rw-r--r--test/lib/llvm.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/llvm.exp b/test/lib/llvm.exp
index 1afc00a..4ee300b 100644
--- a/test/lib/llvm.exp
+++ b/test/lib/llvm.exp
@@ -238,7 +238,7 @@ proc llvm_gcc_supports { lang } {
c++ { set file cc1plus }
objc { set file cc1 }
objc++ { set file cc1 }
- fortran { set file fcc1 }
+ fortran { set file f951 }
default { return 0 }
}
foreach supported_lang [split "$llvmgcc_langs" ,] {