Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed Dec 2, 2021
1 parent bbfe5a7 commit 875a787
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/reference/asr-logical3-b6316c6.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"outfile_hash": null,
"stdout": "asr-logical3-b6316c6.stdout",
"stdout_hash": "7ddc71fc85cb4a220c9138200b5720ff4677b99d9c872002ad97771b",
"stderr": null,
"stderr_hash": null,
"stderr": "asr-logical3-b6316c6.stderr",
"stderr_hash": "bfef4a46078cd921dcbfcade08fa1a2cf35ff66f6c17e1411ae172c5",
"returncode": 0
}
11 changes: 11 additions & 0 deletions tests/reference/asr-logical3-b6316c6.stderr
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
warning: .xor. is an LFortran extension
--> tests/../integration_tests/logical3.f90:24:5
|
24 | if (a .xor. b) then
| ^^^^^^^^^ please help us: what is the Fortran way to specify xor?

warning: .xor. is an LFortran extension
--> tests/../integration_tests/logical3.f90:74:5
|
74 | if (a .xor. b) then
| ^^^^^^^^^ please help us: what is the Fortran way to specify xor?
4 changes: 2 additions & 2 deletions tests/reference/llvm-logical3-4bbf8ea.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"outfile_hash": null,
"stdout": "llvm-logical3-4bbf8ea.stdout",
"stdout_hash": "23072c61c25c175b1249abdf5abe73d068fa4202d850d02eb1e22a2d",
"stderr": null,
"stderr_hash": null,
"stderr": "llvm-logical3-4bbf8ea.stderr",
"stderr_hash": "bfef4a46078cd921dcbfcade08fa1a2cf35ff66f6c17e1411ae172c5",
"returncode": 0
}
11 changes: 11 additions & 0 deletions tests/reference/llvm-logical3-4bbf8ea.stderr
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
warning: .xor. is an LFortran extension
--> tests/../integration_tests/logical3.f90:24:5
|
24 | if (a .xor. b) then
| ^^^^^^^^^ please help us: what is the Fortran way to specify xor?

warning: .xor. is an LFortran extension
--> tests/../integration_tests/logical3.f90:74:5
|
74 | if (a .xor. b) then
| ^^^^^^^^^ please help us: what is the Fortran way to specify xor?

0 comments on commit 875a787

Please sign in to comment.