From 99123d66335bc05c7d42b1999ac4671b50706746 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Tue, 18 Oct 2022 17:38:23 +0100 Subject: Updating CAST tests for renaming of out type Signed-off-by: Jeremy Johnson Change-Id: Id3dc86ec45fe884359f6529cba0fe28e709f89f3 --- .../cast/cast_53_i16_outi32/input-0.json | 58 ++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 operators/type_conversion/cast/cast_53_i16_outi32/input-0.json (limited to 'operators/type_conversion/cast/cast_53_i16_outi32/input-0.json') diff --git a/operators/type_conversion/cast/cast_53_i16_outi32/input-0.json b/operators/type_conversion/cast/cast_53_i16_outi32/input-0.json new file mode 100644 index 000000000..faaaedf31 --- /dev/null +++ b/operators/type_conversion/cast/cast_53_i16_outi32/input-0.json @@ -0,0 +1,58 @@ +{ + "type": "int32", + "data": [ + -15654, + 14214, + 18940, + -3319, + 15526, + -14927, + -27575, + -26451, + -3472, + 26384, + -24408, + -2899, + 13371, + -19506, + 14523, + -12717, + 20228, + 5191, + 3074, + -21184, + -2412, + 23371, + -31489, + 16942, + -475, + 14382, + 10701, + -4451, + -12540, + 8343, + -23579, + 5511, + -26563, + 9820, + 8437, + -27234, + 16874, + -5518, + 18801, + -30041, + -21008, + -394, + -20433, + -11151, + 10525, + -23297, + 11645, + -25992, + -21288, + 5743, + 19233, + -21589, + -13108 + ] +} \ No newline at end of file -- cgit v1.2.1