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