Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Jan 23, 2024
1 parent 1ccdbb2 commit f339b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enzyme/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -468,5 +468,5 @@ expand_template(
":enzymemlir-opt"
] + glob(["test/**/*.h"])
)
for src in glob(["test/**/*.mlir", "test/**/*.c", "test/**/.cpp"])
for src in glob(["test/**/*.mlir"])
]

0 comments on commit f339b85

Please sign in to comment.