From 2d576f395b22510917c1f0da2fe6e99889904883 Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Sun, 12 Jan 2025 04:21:51 +0000 Subject: [PATCH] =?UTF-8?q?[=F0=9D=98=80=F0=9D=97=BD=F0=9D=97=BF]=20change?= =?UTF-8?q?s=20introduced=20through=20rebase?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Created using spr 1.3.4 [skip ci] --- compiler_opt/testing/__init__.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 compiler_opt/testing/__init__.py diff --git a/compiler_opt/testing/__init__.py b/compiler_opt/testing/__init__.py new file mode 100644 index 00000000..441a4a74 --- /dev/null +++ b/compiler_opt/testing/__init__.py @@ -0,0 +1,14 @@ +# coding=utf-8 +# Copyright 2020 Google LLC +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License.