From 810d143a5aa7e1b592ecf5d13d46d1bcfae7f5da Mon Sep 17 00:00:00 2001 From: Paul Gessinger Date: Fri, 24 Sep 2021 15:47:05 +0200 Subject: [PATCH] style --- Formula/geant4.rb | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Formula/geant4.rb b/Formula/geant4.rb index 06849fe..9908543 100644 --- a/Formula/geant4.rb +++ b/Formula/geant4.rb @@ -115,13 +115,5 @@ def caveats test do system "true" - # system "cmake", share/"Geant4-#{version}/examples/basic/B1" - # system "make" - # (testpath/"test.sh").write <<~EOS - # . #{bin}/geant4.sh - # ./exampleB1 run2.mac - # EOS - # assert_match "Number of events processed : 1000", - # shell_output("/bin/bash test.sh") end end