File tree 2 files changed +4
-4
lines changed
artiq/test/lit/devirtualization
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- # RUN: env ARTIQ_DUMP_IR=1 %python -m artiq.compiler.testbench.embedding +compile %s 2>%t
2
- # RUN: OutputCheck %s --file-to-check=%t
1
+ # RUN: env ARTIQ_DUMP_IR=%t %python -m artiq.compiler.testbench.embedding +compile %s
2
+ # RUN: OutputCheck %s --file-to-check=%t.txt
3
3
4
4
from artiq .language .core import *
5
5
from artiq .language .types import *
Original file line number Diff line number Diff line change 1
- # RUN: env ARTIQ_DUMP_IR=1 %python -m artiq.compiler.testbench.embedding +compile %s 2>%t
2
- # RUN: OutputCheck %s --file-to-check=%t
1
+ # RUN: env ARTIQ_DUMP_IR=%t %python -m artiq.compiler.testbench.embedding +compile %s 2>%t
2
+ # RUN: OutputCheck %s --file-to-check=%t.txt
3
3
4
4
from artiq .language .core import *
5
5
from artiq .language .types import *
You can’t perform that action at this time.
0 commit comments