Skip to content

Commit

Permalink
Commit missing parts of 4426730.
Browse files Browse the repository at this point in the history
whitequark committed Feb 25, 2016
1 parent a1dd909 commit 18274a0
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions artiq/test/lit/devirtualization/function.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# RUN: env ARTIQ_DUMP_IR=1 %python -m artiq.compiler.testbench.embedding +compile %s 2>%t
# RUN: OutputCheck %s --file-to-check=%t
# RUN: env ARTIQ_DUMP_IR=%t %python -m artiq.compiler.testbench.embedding +compile %s
# RUN: OutputCheck %s --file-to-check=%t.txt

from artiq.language.core import *
from artiq.language.types import *
4 changes: 2 additions & 2 deletions artiq/test/lit/devirtualization/method.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# RUN: env ARTIQ_DUMP_IR=1 %python -m artiq.compiler.testbench.embedding +compile %s 2>%t
# RUN: OutputCheck %s --file-to-check=%t
# RUN: env ARTIQ_DUMP_IR=%t %python -m artiq.compiler.testbench.embedding +compile %s 2>%t
# RUN: OutputCheck %s --file-to-check=%t.txt

from artiq.language.core import *
from artiq.language.types import *

0 comments on commit 18274a0

Please sign in to comment.