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_20_i8_outi32/Conformance-result-0.json | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 operators/type_conversion/cast/cast_20_i8_outi32/Conformance-result-0.json (limited to 'operators/type_conversion/cast/cast_20_i8_outi32/Conformance-result-0.json') diff --git a/operators/type_conversion/cast/cast_20_i8_outi32/Conformance-result-0.json b/operators/type_conversion/cast/cast_20_i8_outi32/Conformance-result-0.json new file mode 100644 index 000000000..1c8016ef2 --- /dev/null +++ b/operators/type_conversion/cast/cast_20_i8_outi32/Conformance-result-0.json @@ -0,0 +1,25 @@ +{ + "type": "int32", + "data": [ + -23, + -45, + 103, + -34, + -109, + -8, + 75, + -80, + -10, + -95, + 47, + -7, + -44, + -70, + 16, + 43, + 112, + -17, + -87, + 85 + ] +} \ No newline at end of file -- cgit v1.2.1