Skip to content

Commit cde0ac4

Browse files
committed
Update references
1 parent 7ea7cf9 commit cde0ac4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/reference/c-expr7-bb2692a.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"outfile": null,
77
"outfile_hash": null,
88
"stdout": "c-expr7-bb2692a.stdout",
9-
"stdout_hash": "11026dff0f543f773698075edb3d690f8a475e8639124f1e1dcaef6a",
9+
"stdout_hash": "49af46a64f7f11d442e2216c1bb51d307305cc70980caa7952cc85d1",
1010
"stderr": "c-expr7-bb2692a.stderr",
1111
"stderr_hash": "6e9790ac88db1a9ead8f64a91ba8a6605de67167037908a74b77be0c",
1212
"returncode": 0

tests/reference/c-expr7-bb2692a.stdout

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ double __lpython_overloaded_0__pow(int32_t x, int32_t y)
2323
return _lpython_return_variable;
2424
}
2525

26-
float _lfortran_caimag(float complex x);
26+
float _lfortran_caimag(float_complex_t x);
2727

28-
double _lfortran_zaimag(double complex x);
28+
double _lfortran_zaimag(double_complex_t x);
2929

3030
void test_pow()
3131
{

0 commit comments

Comments
 (0)