Skip to content

Commit 24cc77a

Browse files
committed
Adapt load_file.som to changed location
Signed-off-by: Stefan Marr <[email protected]>
1 parent 04b87a5 commit 24cc77a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IntegrationTests/Tests/load_file.som

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ VM:
1010

1111
load_file = (
1212
run = (
13-
(system loadFile: 'lang_tests/hello_world1.som') println.
13+
(system loadFile: 'core-lib/IntegrationTests/Tests/hello_world1.som') println.
1414
)
1515
)

0 commit comments

Comments
 (0)