We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9a6e04 commit 12fda50Copy full SHA for 12fda50
tests/type-check/main.arr
@@ -12,8 +12,6 @@ import file("../../src/arr/compiler/type-defaults.arr") as TD
12
import file("../../src/arr/compiler/locators/builtin.arr") as BL
13
import file("../../src/arr/compiler/cli-module-loader.arr") as CLI
14
15
-print("Running type-check tests: " + tostring(time-now()) + "\n")
16
-
17
fun string-to-locator(name, str :: String):
18
{
19
method needs-compile(self, provs): true end,
0 commit comments