Skip to content

Commit 3e6e8c6

Browse files
author
whitequark
committedApr 2, 2016
Revert "test: XFAIL lit/devirtualization/*."
This reverts commit 63121e4.
1 parent 0eae25c commit 3e6e8c6

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed
 

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

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# RUN: env ARTIQ_DUMP_IR=%t %python -m artiq.compiler.testbench.embedding +compile %s
22
# RUN: OutputCheck %s --file-to-check=%t.txt
3-
# XFAIL: *
43

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

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

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# RUN: env ARTIQ_DUMP_IR=%t %python -m artiq.compiler.testbench.embedding +compile %s 2>%t
22
# RUN: OutputCheck %s --file-to-check=%t.txt
3-
# XFAIL: *
43

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

0 commit comments

Comments
 (0)
Please sign in to comment.