Skip to content

Commit

Permalink
groot/internal/rtests: make sure macros are run thru ACliC
Browse files Browse the repository at this point in the history
  • Loading branch information
sbinet committed Feb 21, 2022
1 parent 0bd7c62 commit 0034b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion groot/internal/rtests/rtests.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func RunCxxROOT(fct string, code []byte, args ...interface{}) ([]byte, error) {
}

o := new(strings.Builder)
fmt.Fprintf(o, "%s(", fname)
fmt.Fprintf(o, "%s+(", fname)
for i, arg := range args {
format := ""
if i > 0 {
Expand Down

0 comments on commit 0034b01

Please sign in to comment.