Skip to content

Commit

Permalink
Revert "test: XFAIL lit/devirtualization/*."
Browse files Browse the repository at this point in the history
This reverts commit 63121e4.
whitequark committed Apr 2, 2016
1 parent 0eae25c commit 3e6e8c6
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion artiq/test/lit/devirtualization/function.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# RUN: env ARTIQ_DUMP_IR=%t %python -m artiq.compiler.testbench.embedding +compile %s
# RUN: OutputCheck %s --file-to-check=%t.txt
# XFAIL: *

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

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

0 comments on commit 3e6e8c6

Please sign in to comment.