Skip to content

Commit

Permalink
test: update test references
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshitaKalani committed Aug 6, 2024
1 parent 926b698 commit ecf8747
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tests/reference/asr-sign_01-62b270e.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"basename": "asr-sign_01-62b270e",
"cmd": "lfortran --show-asr --no-color {infile} -o {outfile}",
"infile": "tests/errors/sign_01.f90",
"infile_hash": "467c2bd094955c085a80d6f4eb00ad122dfb895a2327a02ae62f1836",
"outfile": null,
"outfile_hash": null,
"stdout": null,
"stdout_hash": null,
"stderr": "asr-sign_01-62b270e.stderr",
"stderr_hash": "dab94d75469b4260c70326c06698d247c7f9bbe6c0aeebd631d20ab0",
"returncode": 2
}
5 changes: 5 additions & 0 deletions tests/reference/asr-sign_01-62b270e.stderr
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
semantic error: Kind of all the arguments of Sign must be the same
--> tests/errors/sign_01.f90:2:14
|
2 | print *, sign(1, 1_8)
| ^^^^^^^^^^^^

0 comments on commit ecf8747

Please sign in to comment.