Skip to content

Commit

Permalink
[SCFToCalyx] replace shell command with %T for Windows in the test file
Browse files Browse the repository at this point in the history
  • Loading branch information
jiahanxie353 authored Dec 5, 2024
1 parent f882164 commit 8a81e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Conversion/SCFToCalyx/write_memory.mlir
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// RUN: circt-opt %s --lower-scf-to-calyx="write-json=data" -canonicalize>/dev/null && cat $(dirname %s)/data.json | FileCheck %s
// RUN: circt-opt %s --lower-scf-to-calyx="write-json=%T/data" -canonicalize>/dev/null && FileCheck %s < %T/data.json

// CHECK-LABEL: "mem_0": {
// CHECK: "data": [
Expand Down

0 comments on commit 8a81e06

Please sign in to comment.