Skip to content

Commit 18274a0

Browse files
author
whitequark
committedFeb 25, 2016
Commit missing parts of 4426730.
1 parent a1dd909 commit 18274a0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎artiq/test/lit/devirtualization/function.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
33

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

‎artiq/test/lit/devirtualization/method.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
33

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

0 commit comments

Comments
 (0)
Please sign in to comment.