aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/Examples/Toy/Ch7
diff options
context:
space:
mode:
Diffstat (limited to 'mlir/test/Examples/Toy/Ch7')
-rw-r--r--mlir/test/Examples/Toy/Ch7/jit.toy2
1 files changed, 1 insertions, 1 deletions
diff --git a/mlir/test/Examples/Toy/Ch7/jit.toy b/mlir/test/Examples/Toy/Ch7/jit.toy
index 5310031..82469c7 100644
--- a/mlir/test/Examples/Toy/Ch7/jit.toy
+++ b/mlir/test/Examples/Toy/Ch7/jit.toy
@@ -1,5 +1,5 @@
# RUN: toyc-ch7 -emit=jit %s
-# UNSUPPORTED: windows
+# UNSUPPORTED: target={{.*windows.*}}
def main() {
print([[1, 2], [3, 4]]);