It does work! Commented out ctce_pass test because it chokes on the new iteration styrategery
This commit is contained in:
12
tests/disabled_test_ctce_pass.krak
Normal file
12
tests/disabled_test_ctce_pass.krak
Normal file
@@ -0,0 +1,12 @@
|
||||
import node_counter: *
|
||||
|
||||
#ctce_pass(node_counter::node_counter_test)
|
||||
|
||||
fun small_func() {
|
||||
println("hello")
|
||||
}
|
||||
|
||||
fun main(): int {
|
||||
return 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user