Fix the syntax of insertvalue in the example.
[oota-llvm.git] / test / LLVMC / dg.exp
1 load_lib llvm.exp
2
3 if [ llvm_gcc_supports c ] then {
4   RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{c}]]
5 }
6
7 if [ llvm_gcc_supports c++ ] then {
8   RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{cpp}]]
9 }
10