forked from M-Labs/artiq
Revert "test: XFAIL lit/devirtualization/*."
This reverts commit 63121e4faf
.
This commit is contained in:
parent
0eae25cae7
commit
3e6e8c6b51
|
@ -1,6 +1,5 @@
|
||||||
# RUN: env ARTIQ_DUMP_IR=%t %python -m artiq.compiler.testbench.embedding +compile %s
|
# RUN: env ARTIQ_DUMP_IR=%t %python -m artiq.compiler.testbench.embedding +compile %s
|
||||||
# RUN: OutputCheck %s --file-to-check=%t.txt
|
# RUN: OutputCheck %s --file-to-check=%t.txt
|
||||||
# XFAIL: *
|
|
||||||
|
|
||||||
from artiq.language.core import *
|
from artiq.language.core import *
|
||||||
from artiq.language.types import *
|
from artiq.language.types import *
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
# RUN: env ARTIQ_DUMP_IR=%t %python -m artiq.compiler.testbench.embedding +compile %s 2>%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
|
# RUN: OutputCheck %s --file-to-check=%t.txt
|
||||||
# XFAIL: *
|
|
||||||
|
|
||||||
from artiq.language.core import *
|
from artiq.language.core import *
|
||||||
from artiq.language.types import *
|
from artiq.language.types import *
|
||||||
|
|
Loading…
Reference in New Issue