From 8c3b0655250eb6516cf3fa7e2cb2ae54de6456ea Mon Sep 17 00:00:00 2001 From: Galileo Newton Date: Mon, 24 Jul 2023 19:58:47 -0700 Subject: [PATCH] Copyright added, and file name changed for bigint_test.dart --- test/{bigint_test.dart => big_logic_value_test.dart} | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) rename test/{bigint_test.dart => big_logic_value_test.dart} (82%) diff --git a/test/bigint_test.dart b/test/big_logic_value_test.dart similarity index 82% rename from test/bigint_test.dart rename to test/big_logic_value_test.dart index 844fbbddb..a0996cfd5 100644 --- a/test/bigint_test.dart +++ b/test/big_logic_value_test.dart @@ -1,8 +1,10 @@ -// -// bigint_test.dart -// Test of very wide bitvector comparison failure -// -// +/// Copyright (C) 2021-2023 Intel Corporation +/// SPDX-License-Identifier: BSD-3-Clause +/// +/// +/// bigint_test.dart +/// Test of very wide bitvector comparison failure +/// import 'dart:math'; import 'package:rohd/rohd.dart';