@@ -42,7 +42,8 @@ do_quickfail, _ = extract_flag!(ARGS, "--quickfail")
4242
4343include (" setup.jl"  )     #  make sure everything is precompiled
4444@info  " System information:\n "   *  sprint (io-> Metal. versioninfo (io))
45- metallib_as_version =  Metal. Metal_LLVM_Tools_jll. Metal_LLVM_Tools_jll. metallib_as () do  metallib_as
45+ metallib_as_version =  let 
46+     metallib_as =  Metal. Metal_LLVM_Tools_jll. Metal_LLVM_Tools_jll. metallib_as ()
4647    read (` $metallib_as  --version`  , String)
4748end 
4849@info  " Using Metal LLVM back-end from $(dirname (Metal. Metal_LLVM_Tools_jll. Metal_LLVM_Tools_jll. metallib_as_path)) :\n "   *  metallib_as_version
@@ -354,11 +355,7 @@ for (testname, (resp,)) in results
354355    elseif  isa (resp, Tuple{Int,Int})
355356        fake =  Test. DefaultTestSet (testname)
356357        for  i in  1 : resp[1 ]
357-             if  VERSION  >=  v " 1.7-" 
358-                 Test. record (fake, Test. Pass (:test , nothing , nothing , nothing , nothing ))
359-             else 
360-                 Test. record (fake, Test. Pass (:test , nothing , nothing , nothing ))
361-             end 
358+             Test. record (fake, Test. Pass (:test , nothing , nothing , nothing , nothing ))
362359        end 
363360        for  i in  1 : resp[2 ]
364361            Test. record (fake, Test. Broken (:test , nothing ))
@@ -372,11 +369,7 @@ for (testname, (resp,)) in results
372369        println ()
373370        fake =  Test. DefaultTestSet (testname)
374371        for  i in  1 : resp. captured. ex. pass
375-             if  VERSION  >=  v " 1.7-" 
376-                 Test. record (fake, Test. Pass (:test , nothing , nothing , nothing , nothing ))
377-             else 
378-                 Test. record (fake, Test. Pass (:test , nothing , nothing , nothing ))
379-             end 
372+             Test. record (fake, Test. Pass (:test , nothing , nothing , nothing , nothing ))
380373        end 
381374        for  i in  1 : resp. captured. ex. broken
382375            Test. record (fake, Test. Broken (:test , nothing ))
0 commit comments