Remove XFAIL.

This test seems to be passing, after a clean rebuild of everything
(including MLIR).
pull/1/head
Sean Silva 2020-06-03 20:52:16 -07:00
parent cd7258dbd4
commit 92e45703ad
1 changed files with 0 additions and 1 deletions

View File

@ -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<?xf32>) {