diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2021-02-22 11:39:42 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2021-02-22 11:39:42 +0100 |
| commit | 5449818b0975341e03720a450eec877453dee7c4 (patch) | |
| tree | b6df2df8fee78972f9a1fd3578a4f8a643bc614e /progs/tests | |
| parent | 3715433024e2df742a6ad16488ab2a580e397b86 (diff) | |
| download | sylt-5449818b0975341e03720a450eec877453dee7c4.tar.gz | |
Squash-merge remote tracking branch 'origin/automatic-link'
Diffstat (limited to 'progs/tests')
| -rw-r--r-- | progs/tests/simple.sy | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/progs/tests/simple.sy b/progs/tests/simple.sy index 12a43c0..48394d7 100644 --- a/progs/tests/simple.sy +++ b/progs/tests/simple.sy @@ -1,2 +1,2 @@ -print extern_test(3.0) -print extern_test(3.0, 4.0, 5.0) +print test(3.0) +print test(3.0, 4.0) |
