Skip to content

Commit 0058241

Browse files
committed
TEST: Update reference tests
1 parent 2b3ba5b commit 0058241

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/reference/c-test_import_02-d2c54c4.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-test_import_02-d2c54c4.stdout",
9-
"stdout_hash": "2697ed4e9d1c123a8c2fe3802d8f8458108393593df377117da85593",
9+
"stdout_hash": "fe5d15e377a72c397cba67c89607695c9b77a2d5681aaab85a5c9654",
1010
"stderr": null,
1111
"stderr_hash": null,
1212
"returncode": 0

tests/reference/c-test_import_02-d2c54c4.stdout

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ struct dimension_descriptor
1313
};
1414

1515
// Implementations
16-
#define μ 1.45136923488338110e+00
16+
const double μ = 1.45136923488338110e+00;
1717
int32_t add(int32_t x, int32_t y)
1818
{
1919
int32_t _lpython_return_variable;
2020
_lpython_return_variable = x + y;
2121
return _lpython_return_variable;
2222
}
2323

24-
#define e 2.71828182845904509e+00
24+
const double e = 2.71828182845904509e+00;
2525
int32_t multiply(int32_t x, int32_t y)
2626
{
2727
int32_t _lpython_return_variable;

0 commit comments

Comments
 (0)