From 2cd25f85bfedceeed75747b3077245f12524456d Mon Sep 17 00:00:00 2001 From: whitequark Date: Wed, 29 Jul 2015 14:32:34 +0300 Subject: [PATCH] =?UTF-8?q?Rename=20artiq.compiler.testbench.{module=20?= =?UTF-8?q?=E2=86=92=20signature}.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- artiq/compiler/testbench/{module.py => signature.py} | 0 lit-test/test/codegen/warning_useless_bool.py | 2 +- lit-test/test/local_access/invalid.py | 2 +- lit-test/test/local_access/valid.py | 2 +- lit-test/test/monomorphism/error_notmono.py | 2 +- lit-test/test/monomorphism/integers.py | 2 +- 6 files changed, 5 insertions(+), 5 deletions(-) rename artiq/compiler/testbench/{module.py => signature.py} (100%) diff --git a/artiq/compiler/testbench/module.py b/artiq/compiler/testbench/signature.py similarity index 100% rename from artiq/compiler/testbench/module.py rename to artiq/compiler/testbench/signature.py diff --git a/lit-test/test/codegen/warning_useless_bool.py b/lit-test/test/codegen/warning_useless_bool.py index f76e011c8..d81fa2941 100644 --- a/lit-test/test/codegen/warning_useless_bool.py +++ b/lit-test/test/codegen/warning_useless_bool.py @@ -1,4 +1,4 @@ -# RUN: %python -m artiq.compiler.testbench.module +diag %s >%t +# RUN: %python -m artiq.compiler.testbench.signature +diag %s >%t # RUN: OutputCheck %s --file-to-check=%t # CHECK-L: ${LINE:+1}: warning: this expression, which is always truthful, is coerced to bool diff --git a/lit-test/test/local_access/invalid.py b/lit-test/test/local_access/invalid.py index c67272eef..fabd6e9a8 100644 --- a/lit-test/test/local_access/invalid.py +++ b/lit-test/test/local_access/invalid.py @@ -1,4 +1,4 @@ -# RUN: %python -m artiq.compiler.testbench.module +diag %s >%t +# RUN: %python -m artiq.compiler.testbench.signature +diag %s >%t # RUN: OutputCheck %s --file-to-check=%t x = 1 diff --git a/lit-test/test/local_access/valid.py b/lit-test/test/local_access/valid.py index 0e598ed39..3c5fd0208 100644 --- a/lit-test/test/local_access/valid.py +++ b/lit-test/test/local_access/valid.py @@ -1,4 +1,4 @@ -# RUN: %python -m artiq.compiler.testbench.module %s >%t +# RUN: %python -m artiq.compiler.testbench.signature %s >%t if False: x = 1 diff --git a/lit-test/test/monomorphism/error_notmono.py b/lit-test/test/monomorphism/error_notmono.py index cf94db697..9c9b02452 100644 --- a/lit-test/test/monomorphism/error_notmono.py +++ b/lit-test/test/monomorphism/error_notmono.py @@ -1,4 +1,4 @@ -# RUN: %python -m artiq.compiler.testbench.module +diag %s >%t +# RUN: %python -m artiq.compiler.testbench.signature +diag %s >%t # RUN: OutputCheck %s --file-to-check=%t # CHECK-L: ${LINE:+1}: error: the type of this expression cannot be fully inferred diff --git a/lit-test/test/monomorphism/integers.py b/lit-test/test/monomorphism/integers.py index 9e6ba2884..20850cb47 100644 --- a/lit-test/test/monomorphism/integers.py +++ b/lit-test/test/monomorphism/integers.py @@ -1,4 +1,4 @@ -# RUN: %python -m artiq.compiler.testbench.module %s >%t +# RUN: %python -m artiq.compiler.testbench.signature %s >%t # RUN: OutputCheck %s --file-to-check=%t x = 1