Skip to content

Commit 2296be7

Browse files
committed
[Reduce] Fix make-symbols-private test on macOS
1 parent 4c720dc commit 2296be7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/circt-reduce/make-symbols-private.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// UNSUPPORTED: system-windows
22
// See https://github.com/llvm/circt/issues/4129
3-
// RUN: circt-reduce %s --test /bin/true --include make-symbols-private | FileCheck %s
3+
// RUN: circt-reduce %s --test /usr/bin/env --test-arg true --include make-symbols-private | FileCheck %s
44

55
// This test verifies that the symbol visibility reducer changes public symbols to private
66

0 commit comments

Comments
 (0)