We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01f3f21 commit 89eb540Copy full SHA for 89eb540
1 file changed
langs/outlaw/test/build-runtime.rkt
@@ -1,5 +1,5 @@
1
#lang racket
2
-(require a86/interp)
+(require "../a86/interp.rkt")
3
4
;; link with runtime for IO operations
5
(unless (file-exists? "../runtime.o")
0 commit comments