From 92e45703adb386a28d3eec1c9438f87a93fc7019 Mon Sep 17 00:00:00 2001 From: Sean Silva Date: Wed, 3 Jun 2020 20:52:16 -0700 Subject: [PATCH] Remove XFAIL. This test seems to be passing, after a clean rebuild of everything (including MLIR). --- test/npcomp-run-mlir/basic.mlir | 1 - 1 file changed, 1 deletion(-) diff --git a/test/npcomp-run-mlir/basic.mlir b/test/npcomp-run-mlir/basic.mlir index 5596f94a0..7752971df 100644 --- a/test/npcomp-run-mlir/basic.mlir +++ b/test/npcomp-run-mlir/basic.mlir @@ -1,6 +1,5 @@ // RUN: npcomp-run-mlir -input %s -invoke basic -arg-value="dense<[1.0]> : tensor<1xf32>" \ // RUN: -shared-libs=%npcomp_runtime_shlib 2>&1 | FileCheck %s -// XFAIL: * // CHECK: SUCCESS func @basic(%arg0: tensor) {