Skip to content

Commit 4a7052e

Browse files
committed
Change load_file.som to use a file in TestSuite, which is usually symlinked
Signed-off-by: Stefan Marr <[email protected]>
1 parent 7c925b9 commit 4a7052e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

IntegrationTests/Tests/load_file.som

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22
VM:
33
status: success
44
stdout:
5-
...
6-
hello_world1 = (
7-
run = ( 'Hello world' println )
5+
ClassB = ClassA (
6+
| c d |
7+
----
8+
| c4 c5 c6 |
89
)
910
"
1011

1112
load_file = (
1213
run = (
13-
(system loadFile: 'core-lib/IntegrationTests/Tests/hello_world1.som') println.
14+
(system loadFile: 'TestSuite/ClassB.som') println.
1415
)
1516
)

0 commit comments

Comments
 (0)