Skip to content

Commit e56e53d

Browse files
committed
move libc to external
1 parent da67171 commit e56e53d

File tree

4 files changed

+6
-732
lines changed

4 files changed

+6
-732
lines changed

bench.mojo

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ from lightbug_http.tests.utils import (
88
FakeServer,
99
getRequest,
1010
)
11-
from lightbug_http.sys.libc import __test_socket_client__
11+
from external.libc import __test_socket_client__
1212

1313

1414
fn main():

0 commit comments

Comments
 (0)