Regression test for PR2443.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52826 91177308-0d34-0410-b5e6-96231b3b80d8
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 @@
     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" ,] {