Skip to content

Commit 9860c3e

Browse files
committed
TEST: Update reference tests
1 parent 91905cf commit 9860c3e

36 files changed

+288
-97
lines changed

tests/reference/c-expr_12-93c7780.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-expr_12-93c7780.stdout",
9-
"stdout_hash": "4ff750b49402a8f60ae61abdc16289388dfb3230995dda8b75fcd8cd",
9+
"stdout_hash": "6162cc3c452b530aef96db7443c95a0db16bce78b119b9a4ccf91f6a",
1010
"stderr": null,
1111
"stderr_hash": null,
1212
"returncode": 0

tests/reference/c-expr_12-93c7780.stdout

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#include <string.h>
77
#include <lfortran_intrinsics.h>
88

9+
910
struct dimension_descriptor
1011
{
1112
int32_t lower_bound, length;

tests/reference/cpp-assert1-ba60925.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": "cpp-assert1-ba60925.stdout",
9-
"stdout_hash": "407c745929ee126426a33b3ba8f73b8f326d259e714ac66b078befe2",
9+
"stdout_hash": "7ac638e8146f048bd5444436ee2b2ac4f85ffa7a1d791cf526adacb4",
1010
"stderr": null,
1111
"stderr_hash": null,
1212
"returncode": 0

tests/reference/cpp-assert1-ba60925.stdout

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ Kokkos::View<T*> from_std_vector(const std::vector<T> &v)
1717
return r;
1818
}
1919

20-
21-
struct dimension_descriptor
22-
{
23-
int32_t lower_bound, length;
24-
};
2520
// Forward declarations
2621
namespace {
2722
}

tests/reference/cpp-expr12-fd2ea87.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": "cpp-expr12-fd2ea87.stdout",
9-
"stdout_hash": "aa612843d76d425d683903976105593cdfed30ae247de18e7b88e32c",
9+
"stdout_hash": "ade4edd1e3586b786d3860b244053fe7c2f78e518b4392fe95626727",
1010
"stderr": null,
1111
"stderr_hash": null,
1212
"returncode": 0

tests/reference/cpp-expr12-fd2ea87.stdout

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ Kokkos::View<T*> from_std_vector(const std::vector<T> &v)
1717
return r;
1818
}
1919

20-
21-
struct dimension_descriptor
22-
{
23-
int32_t lower_bound, length;
24-
};
2520
// Forward declarations
2621
void __main____global_statements();
2722
int32_t check();

tests/reference/cpp-expr15-1661c0d.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": "cpp-expr15-1661c0d.stdout",
9-
"stdout_hash": "fd8cc5d59bdc0e053f8d5bc81aa076bcd34b0a95e03b985803057995",
9+
"stdout_hash": "9f8482285dd48f735d4d59d18a878e7fca978188cef61719e9a2cad3",
1010
"stderr": null,
1111
"stderr_hash": null,
1212
"returncode": 0

tests/reference/cpp-expr15-1661c0d.stdout

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ Kokkos::View<T*> from_std_vector(const std::vector<T> &v)
1717
return r;
1818
}
1919

20-
21-
struct dimension_descriptor
22-
{
23-
int32_t lower_bound, length;
24-
};
2520
// Forward declarations
2621
void __main____global_statements();
2722
double test1();

tests/reference/cpp-expr2-09c05ad.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": "cpp-expr2-09c05ad.stdout",
9-
"stdout_hash": "407c745929ee126426a33b3ba8f73b8f326d259e714ac66b078befe2",
9+
"stdout_hash": "7ac638e8146f048bd5444436ee2b2ac4f85ffa7a1d791cf526adacb4",
1010
"stderr": null,
1111
"stderr_hash": null,
1212
"returncode": 0

tests/reference/cpp-expr2-09c05ad.stdout

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ Kokkos::View<T*> from_std_vector(const std::vector<T> &v)
1717
return r;
1818
}
1919

20-
21-
struct dimension_descriptor
22-
{
23-
int32_t lower_bound, length;
24-
};
2520
// Forward declarations
2621
namespace {
2722
}

0 commit comments

Comments
 (0)