diff options
Diffstat (limited to 'tests/dll')
-rw-r--r-- | tests/dll/nimhcr_integration.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dll/nimhcr_integration.nim b/tests/dll/nimhcr_integration.nim index daabe918f..40ba90f72 100644 --- a/tests/dll/nimhcr_integration.nim +++ b/tests/dll/nimhcr_integration.nim @@ -72,7 +72,7 @@ done ## executing: ## <this_file>.exe nim c --hotCodeReloading:on --nimCache:<folder> <this_file>.nim -import os, osproc, times, strutils, hotcodereloading +import os, osproc, strutils, hotcodereloading import nimhcr_0 # getInt() - the only thing we continually call from the main module |