From ffce4193dd78623d77ee3d13eb98613546549d6b Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Fri, 17 Jun 2022 13:06:41 +0100 Subject: Updating LOGICAL_XOR tests for v0.30.0 release Signed-off-by: Jeremy Johnson Change-Id: I57287a8db44d908cd0db4cdf904de5371bd86c53 --- .../input-0.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 operators/ew_binary/logical_xor/logical_xor_ERRORIF_WrongOutputType_13_b/input-0.json (limited to 'operators/ew_binary/logical_xor/logical_xor_ERRORIF_WrongOutputType_13_b/input-0.json') diff --git a/operators/ew_binary/logical_xor/logical_xor_ERRORIF_WrongOutputType_13_b/input-0.json b/operators/ew_binary/logical_xor/logical_xor_ERRORIF_WrongOutputType_13_b/input-0.json new file mode 100644 index 000000000..f8752d308 --- /dev/null +++ b/operators/ew_binary/logical_xor/logical_xor_ERRORIF_WrongOutputType_13_b/input-0.json @@ -0,0 +1,18 @@ +{ + "type": "bool", + "data": [ + false, + true, + false, + true, + true, + true, + true, + false, + true, + false, + true, + true, + true + ] +} \ No newline at end of file -- cgit v1.2.1