commit | b78424e6fe38df1b7647eef53f20e81c26f9b088 | [log] [tgz] |
---|---|---|
author | Duncan Sands <baldrick@free.fr> | Fri Jun 27 14:22:20 2008 +0000 |
committer | Duncan Sands <baldrick@free.fr> | Fri Jun 27 14:22:20 2008 +0000 |
tree | a03db03f07a125d5cde25099c84058c75bd1d0b4 | |
parent | dc423bfe1af69e1094d449dcb88cd28fb5d1c4d2 [diff] [blame] |
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" ,] {