Rename artiq.compiler.testbench.{module → signature}.

This commit is contained in:
whitequark 2015-07-29 14:32:34 +03:00
parent 3378dd57b8
commit 2cd25f85bf
6 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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