mirror of https://github.com/m-labs/artiq.git
Rename artiq.compiler.testbench.{module → signature}.
This commit is contained in:
parent
3378dd57b8
commit
2cd25f85bf
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue