Skip to content

Commit 63fd639

Browse files
committed
Simplify xargs
1 parent db6e00e commit 63fd639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/Target/SPIRV/module.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// RUN: %if spirv-tools %{ rm -rf %t %}
55
// RUN: %if spirv-tools %{ mkdir %t && mlir-translate --no-implicit-module --serialize-spirv \ %}
66
// RUN: %if spirv-tools %{ --split-input-file --spirv-save-validation-files-with-prefix=%t/module %s \ %}
7-
// RUN: %if spirv-tools %{ && ls %t/module* | xargs -I{} bash -c 'spirv-val {}' %}
7+
// RUN: %if spirv-tools %{ && ls %t/module* | xargs -I{} spirv-val {} %}
88

99
// CHECK: spirv.module Logical GLSL450 requires #spirv.vce<v1.0, [Shader], []> {
1010
// CHECK-NEXT: spirv.func @foo() "Inline" {

0 commit comments

Comments
 (0)