2015-07-29 19:32:34 +08:00
|
|
|
# RUN: %python -m artiq.compiler.testbench.signature +diag %s >%t
|
2015-07-23 00:09:14 +08:00
|
|
|
# RUN: OutputCheck %s --file-to-check=%t
|
|
|
|
|
|
|
|
# CHECK-L: ${LINE:+1}: warning: this expression, which is always truthful, is coerced to bool
|
|
|
|
bool(IndexError())
|