diff --git a/tests/reference/asr-array_01_decl-39cf894.stderr b/tests/reference/asr-array_01_decl-39cf894.stderr deleted file mode 100644 index 2ef3142ddf..0000000000 --- a/tests/reference/asr-array_01_decl-39cf894.stderr +++ /dev/null @@ -1,17 +0,0 @@ -warning: The module 'numpy' located in $DIR/src/bin/../runtime/lpython_intrinsic_numpy.py cannot be loaded - --> tests/../integration_tests/array_01_decl.py:2:1 - | -2 | from numpy import empty, int16, int32, int64, float32, float64, complex64, complex128 - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ imported here - -warning: The module 'lpython_builtin' located in $DIR/src/bin/../runtime/lpython_builtin.py cannot be loaded - --> $DIR/src/bin/../runtime/lpython_intrinsic_numpy.py:364:12 - | -364 | return x1 % x2 - | ^^^^^^^ imported here - -semantic error: The symbol '_lpython_floordiv' not found in the module 'lpython_builtin' - --> $DIR/src/bin/../runtime/lpython_builtin.py:209:15 - | -209 | if (n_ - (n_ // 2)*2) == 0: - | ^^^^^^^ diff --git a/tests/reference/asr-array_02_decl-e8f6874.stderr b/tests/reference/asr-array_02_decl-e8f6874.stderr deleted file mode 100644 index 143230f959..0000000000 --- a/tests/reference/asr-array_02_decl-e8f6874.stderr +++ /dev/null @@ -1,17 +0,0 @@ -warning: The module 'numpy' located in $DIR/src/bin/../runtime/lpython_intrinsic_numpy.py cannot be loaded - --> tests/../integration_tests/array_02_decl.py:2:1 - | -2 | from numpy import empty, int32, int64, float32, float64, complex64, complex128 - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ imported here - -warning: The module 'lpython_builtin' located in $DIR/src/bin/../runtime/lpython_builtin.py cannot be loaded - --> $DIR/src/bin/../runtime/lpython_intrinsic_numpy.py:364:12 - | -364 | return x1 % x2 - | ^^^^^^^ imported here - -semantic error: The symbol '_lpython_floordiv' not found in the module 'lpython_builtin' - --> $DIR/src/bin/../runtime/lpython_builtin.py:209:15 - | -209 | if (n_ - (n_ // 2)*2) == 0: - | ^^^^^^^ diff --git a/tests/reference/asr-bindc_02-bc1a7ea.stderr b/tests/reference/asr-bindc_02-bc1a7ea.stderr deleted file mode 100644 index 0366febb6a..0000000000 --- a/tests/reference/asr-bindc_02-bc1a7ea.stderr +++ /dev/null @@ -1,17 +0,0 @@ -warning: The module 'numpy' located in $DIR/src/bin/../runtime/lpython_intrinsic_numpy.py cannot be loaded - --> tests/../integration_tests/bindc_02.py:2:1 - | -2 | from numpy import empty, int16, array - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ imported here - -warning: The module 'lpython_builtin' located in $DIR/src/bin/../runtime/lpython_builtin.py cannot be loaded - --> $DIR/src/bin/../runtime/lpython_intrinsic_numpy.py:364:12 - | -364 | return x1 % x2 - | ^^^^^^^ imported here - -semantic error: The symbol '_lpython_floordiv' not found in the module 'lpython_builtin' - --> $DIR/src/bin/../runtime/lpython_builtin.py:209:15 - | -209 | if (n_ - (n_ // 2)*2) == 0: - | ^^^^^^^ diff --git a/tests/reference/asr-cast-435c233.stderr b/tests/reference/asr-cast-435c233.stderr deleted file mode 100644 index 74531e3791..0000000000 --- a/tests/reference/asr-cast-435c233.stderr +++ /dev/null @@ -1,11 +0,0 @@ -warning: The module 'lpython_builtin' located in $DIR/src/bin/../runtime/lpython_builtin.py cannot be loaded - --> tests/cast.py:5:9 - | -5 | x = list(s) - | ^^^^^^^ imported here - -semantic error: The symbol '_lpython_floordiv' not found in the module 'lpython_builtin' - --> $DIR/src/bin/../runtime/lpython_builtin.py:209:15 - | -209 | if (n_ - (n_ // 2)*2) == 0: - | ^^^^^^^ diff --git a/tests/reference/asr-complex1-f26c460.stderr b/tests/reference/asr-complex1-f26c460.stderr deleted file mode 100644 index b6f4d1d8f0..0000000000 --- a/tests/reference/asr-complex1-f26c460.stderr +++ /dev/null @@ -1,11 +0,0 @@ -warning: The module 'lpython_builtin' located in $DIR/src/bin/../runtime/lpython_builtin.py cannot be loaded - --> tests/complex1.py:11:13 - | -11 | c = c32(complex()) - | ^^^^^^^^^ imported here - -semantic error: The symbol '_lpython_floordiv' not found in the module 'lpython_builtin' - --> $DIR/src/bin/../runtime/lpython_builtin.py:209:15 - | -209 | if (n_ - (n_ // 2)*2) == 0: - | ^^^^^^^ diff --git a/tests/reference/asr-constants1-5828e8a.stderr b/tests/reference/asr-constants1-5828e8a.stderr deleted file mode 100644 index d831d31282..0000000000 --- a/tests/reference/asr-constants1-5828e8a.stderr +++ /dev/null @@ -1,11 +0,0 @@ -warning: The module 'lpython_builtin' located in $DIR/src/bin/../runtime/lpython_builtin.py cannot be loaded - --> tests/constants1.py:5:9 - | -5 | b = bin(5) - | ^^^^^^ imported here - -semantic error: The symbol '_lpython_floordiv' not found in the module 'lpython_builtin' - --> $DIR/src/bin/../runtime/lpython_builtin.py:209:15 - | -209 | if (n_ - (n_ // 2)*2) == 0: - | ^^^^^^^ diff --git a/tests/reference/asr-elemental_01-b58df26.stderr b/tests/reference/asr-elemental_01-b58df26.stderr deleted file mode 100644 index 464e01fed8..0000000000 --- a/tests/reference/asr-elemental_01-b58df26.stderr +++ /dev/null @@ -1,17 +0,0 @@ -warning: The module 'numpy' located in $DIR/src/bin/../runtime/lpython_intrinsic_numpy.py cannot be loaded - --> tests/../integration_tests/elemental_01.py:2:1 - | -2 | from numpy import empty, sin, cos, reshape, int32, float32, float64 - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ imported here - -warning: The module 'lpython_builtin' located in $DIR/src/bin/../runtime/lpython_builtin.py cannot be loaded - --> $DIR/src/bin/../runtime/lpython_intrinsic_numpy.py:364:12 - | -364 | return x1 % x2 - | ^^^^^^^ imported here - -semantic error: The symbol '_lpython_floordiv' not found in the module 'lpython_builtin' - --> $DIR/src/bin/../runtime/lpython_builtin.py:209:15 - | -209 | if (n_ - (n_ // 2)*2) == 0: - | ^^^^^^^ diff --git a/tests/reference/asr-expr10-efcbb1b.stderr b/tests/reference/asr-expr10-efcbb1b.stderr deleted file mode 100644 index e35c34b037..0000000000 --- a/tests/reference/asr-expr10-efcbb1b.stderr +++ /dev/null @@ -1,11 +0,0 @@ -warning: The module 'lpython_builtin' located in $DIR/src/bin/../runtime/lpython_builtin.py cannot be loaded - --> tests/expr10.py:28:14 - | -28 | c = +c32(complex(1, 2)) - | ^^^^^^^^^^^^^ imported here - -semantic error: The symbol '_lpython_floordiv' not found in the module 'lpython_builtin' - --> $DIR/src/bin/../runtime/lpython_builtin.py:209:15 - | -209 | if (n_ - (n_ // 2)*2) == 0: - | ^^^^^^^ diff --git a/tests/reference/asr-expr13-81bdb5a.stderr b/tests/reference/asr-expr13-81bdb5a.stderr deleted file mode 100644 index d05293f0a0..0000000000 --- a/tests/reference/asr-expr13-81bdb5a.stderr +++ /dev/null @@ -1,11 +0,0 @@ -warning: The module 'lpython_builtin' located in $DIR/src/bin/../runtime/lpython_builtin.py cannot be loaded - --> tests/expr13.py:9:9 - | -9 | a = complex(3, 4) == complex(3., 4.) - | ^^^^^^^^^^^^^ imported here - -semantic error: The symbol '_lpython_floordiv' not found in the module 'lpython_builtin' - --> $DIR/src/bin/../runtime/lpython_builtin.py:209:15 - | -209 | if (n_ - (n_ // 2)*2) == 0: - | ^^^^^^^ diff --git a/tests/reference/asr-expr8-6beda60.stderr b/tests/reference/asr-expr8-6beda60.stderr deleted file mode 100644 index 6e9d8d0f32..0000000000 --- a/tests/reference/asr-expr8-6beda60.stderr +++ /dev/null @@ -1,11 +0,0 @@ -warning: The module 'lpython_builtin' located in $DIR/src/bin/../runtime/lpython_builtin.py cannot be loaded - --> tests/expr8.py:22:13 - | -22 | x = i32(b1//b1) - | ^^^^^^ imported here - -semantic error: The symbol '_lpython_floordiv' not found in the module 'lpython_builtin' - --> $DIR/src/bin/../runtime/lpython_builtin.py:209:15 - | -209 | if (n_ - (n_ // 2)*2) == 0: - | ^^^^^^^ diff --git a/tests/reference/asr-expr_05-3a37324.stderr b/tests/reference/asr-expr_05-3a37324.stderr deleted file mode 100644 index a8b017fcee..0000000000 --- a/tests/reference/asr-expr_05-3a37324.stderr +++ /dev/null @@ -1,11 +0,0 @@ -warning: The module 'lpython_builtin' located in $DIR/src/bin/../runtime/lpython_builtin.py cannot be loaded - --> tests/../integration_tests/expr_05.py:7:12 - | -7 | return a%b - | ^^^ imported here - -semantic error: The symbol '_lpython_floordiv' not found in the module 'lpython_builtin' - --> $DIR/src/bin/../runtime/lpython_builtin.py:209:15 - | -209 | if (n_ - (n_ // 2)*2) == 0: - | ^^^^^^^ diff --git a/tests/reference/asr-generics_array_01-682b1b2.stderr b/tests/reference/asr-generics_array_01-682b1b2.stderr deleted file mode 100644 index 91024d158c..0000000000 --- a/tests/reference/asr-generics_array_01-682b1b2.stderr +++ /dev/null @@ -1,17 +0,0 @@ -warning: The module 'numpy' located in $DIR/src/bin/../runtime/lpython_intrinsic_numpy.py cannot be loaded - --> tests/../integration_tests/generics_array_01.py:2:1 - | -2 | from numpy import empty, int32 - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ imported here - -warning: The module 'lpython_builtin' located in $DIR/src/bin/../runtime/lpython_builtin.py cannot be loaded - --> $DIR/src/bin/../runtime/lpython_intrinsic_numpy.py:364:12 - | -364 | return x1 % x2 - | ^^^^^^^ imported here - -semantic error: The symbol '_lpython_floordiv' not found in the module 'lpython_builtin' - --> $DIR/src/bin/../runtime/lpython_builtin.py:209:15 - | -209 | if (n_ - (n_ // 2)*2) == 0: - | ^^^^^^^ diff --git a/tests/reference/asr-generics_array_02-22c8dc1.stderr b/tests/reference/asr-generics_array_02-22c8dc1.stderr deleted file mode 100644 index 252a42ae21..0000000000 --- a/tests/reference/asr-generics_array_02-22c8dc1.stderr +++ /dev/null @@ -1,17 +0,0 @@ -warning: The module 'numpy' located in $DIR/src/bin/../runtime/lpython_intrinsic_numpy.py cannot be loaded - --> tests/../integration_tests/generics_array_02.py:2:1 - | -2 | from numpy import empty, int32, float32 - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ imported here - -warning: The module 'lpython_builtin' located in $DIR/src/bin/../runtime/lpython_builtin.py cannot be loaded - --> $DIR/src/bin/../runtime/lpython_intrinsic_numpy.py:364:12 - | -364 | return x1 % x2 - | ^^^^^^^ imported here - -semantic error: The symbol '_lpython_floordiv' not found in the module 'lpython_builtin' - --> $DIR/src/bin/../runtime/lpython_builtin.py:209:15 - | -209 | if (n_ - (n_ // 2)*2) == 0: - | ^^^^^^^ diff --git a/tests/reference/asr-generics_array_03-fb3706c.stderr b/tests/reference/asr-generics_array_03-fb3706c.stderr deleted file mode 100644 index 873e342ad1..0000000000 --- a/tests/reference/asr-generics_array_03-fb3706c.stderr +++ /dev/null @@ -1,17 +0,0 @@ -warning: The module 'numpy' located in $DIR/src/bin/../runtime/lpython_intrinsic_numpy.py cannot be loaded - --> tests/../integration_tests/generics_array_03.py:2:1 - | -2 | from numpy import empty, int32, float32 - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ imported here - -warning: The module 'lpython_builtin' located in $DIR/src/bin/../runtime/lpython_builtin.py cannot be loaded - --> $DIR/src/bin/../runtime/lpython_intrinsic_numpy.py:364:12 - | -364 | return x1 % x2 - | ^^^^^^^ imported here - -semantic error: The symbol '_lpython_floordiv' not found in the module 'lpython_builtin' - --> $DIR/src/bin/../runtime/lpython_builtin.py:209:15 - | -209 | if (n_ - (n_ // 2)*2) == 0: - | ^^^^^^^ diff --git a/tests/reference/asr-structs_05-fa98307.stderr b/tests/reference/asr-structs_05-fa98307.stderr deleted file mode 100644 index ffff18de12..0000000000 --- a/tests/reference/asr-structs_05-fa98307.stderr +++ /dev/null @@ -1,17 +0,0 @@ -warning: The module 'numpy' located in $DIR/src/bin/../runtime/lpython_intrinsic_numpy.py cannot be loaded - --> tests/../integration_tests/structs_05.py:2:1 - | -2 | from numpy import empty - | ^^^^^^^^^^^^^^^^^^^^^^^ imported here - -warning: The module 'lpython_builtin' located in $DIR/src/bin/../runtime/lpython_builtin.py cannot be loaded - --> $DIR/src/bin/../runtime/lpython_intrinsic_numpy.py:364:12 - | -364 | return x1 % x2 - | ^^^^^^^ imported here - -semantic error: The symbol '_lpython_floordiv' not found in the module 'lpython_builtin' - --> $DIR/src/bin/../runtime/lpython_builtin.py:209:15 - | -209 | if (n_ - (n_ // 2)*2) == 0: - | ^^^^^^^ diff --git a/tests/reference/asr-test_bool_binop-f856ef0.stderr b/tests/reference/asr-test_bool_binop-f856ef0.stderr deleted file mode 100644 index 725d3bd642..0000000000 --- a/tests/reference/asr-test_bool_binop-f856ef0.stderr +++ /dev/null @@ -1,11 +0,0 @@ -warning: The module 'lpython_builtin' located in $DIR/src/bin/../runtime/lpython_builtin.py cannot be loaded - --> tests/../integration_tests/test_bool_binop.py:14:13 - | -14 | i = i32(True // True) - | ^^^^^^^^^^^^ imported here - -semantic error: The symbol '_lpython_floordiv' not found in the module 'lpython_builtin' - --> $DIR/src/bin/../runtime/lpython_builtin.py:209:15 - | -209 | if (n_ - (n_ // 2)*2) == 0: - | ^^^^^^^ diff --git a/tests/reference/asr-test_builtin_bin-52ba9fa.stderr b/tests/reference/asr-test_builtin_bin-52ba9fa.stderr deleted file mode 100644 index 06b339838a..0000000000 --- a/tests/reference/asr-test_builtin_bin-52ba9fa.stderr +++ /dev/null @@ -1,11 +0,0 @@ -warning: The module 'lpython_builtin' located in $DIR/src/bin/../runtime/lpython_builtin.py cannot be loaded - --> tests/../integration_tests/test_builtin_bin.py:6:12 - | -6 | assert bin(i) == "0b101" - | ^^^^^^ imported here - -semantic error: The symbol '_lpython_floordiv' not found in the module 'lpython_builtin' - --> $DIR/src/bin/../runtime/lpython_builtin.py:209:15 - | -209 | if (n_ - (n_ // 2)*2) == 0: - | ^^^^^^^ diff --git a/tests/reference/asr-test_builtin_bool-330223a.stderr b/tests/reference/asr-test_builtin_bool-330223a.stderr deleted file mode 100644 index 6061f4823c..0000000000 --- a/tests/reference/asr-test_builtin_bool-330223a.stderr +++ /dev/null @@ -1,11 +0,0 @@ -warning: The module 'lpython_builtin' located in $DIR/src/bin/../runtime/lpython_builtin.py cannot be loaded - --> tests/../integration_tests/test_builtin_bool.py:56:13 - | -56 | c = c32(complex(2, 3)) - | ^^^^^^^^^^^^^ imported here - -semantic error: The symbol '_lpython_floordiv' not found in the module 'lpython_builtin' - --> $DIR/src/bin/../runtime/lpython_builtin.py:209:15 - | -209 | if (n_ - (n_ // 2)*2) == 0: - | ^^^^^^^ diff --git a/tests/reference/asr-test_builtin_hex-64bd268.stderr b/tests/reference/asr-test_builtin_hex-64bd268.stderr deleted file mode 100644 index 40dc59a4e9..0000000000 --- a/tests/reference/asr-test_builtin_hex-64bd268.stderr +++ /dev/null @@ -1,11 +0,0 @@ -warning: The module 'lpython_builtin' located in $DIR/src/bin/../runtime/lpython_builtin.py cannot be loaded - --> tests/../integration_tests/test_builtin_hex.py:6:12 - | -6 | assert hex(i) == "0x22" - | ^^^^^^ imported here - -semantic error: The symbol '_lpython_floordiv' not found in the module 'lpython_builtin' - --> $DIR/src/bin/../runtime/lpython_builtin.py:209:15 - | -209 | if (n_ - (n_ // 2)*2) == 0: - | ^^^^^^^ diff --git a/tests/reference/asr-test_builtin_oct-20b9066.stderr b/tests/reference/asr-test_builtin_oct-20b9066.stderr deleted file mode 100644 index 8bde6da6dc..0000000000 --- a/tests/reference/asr-test_builtin_oct-20b9066.stderr +++ /dev/null @@ -1,11 +0,0 @@ -warning: The module 'lpython_builtin' located in $DIR/src/bin/../runtime/lpython_builtin.py cannot be loaded - --> tests/../integration_tests/test_builtin_oct.py:6:12 - | -6 | assert oct(i) == "0o42" - | ^^^^^^ imported here - -semantic error: The symbol '_lpython_floordiv' not found in the module 'lpython_builtin' - --> $DIR/src/bin/../runtime/lpython_builtin.py:209:15 - | -209 | if (n_ - (n_ // 2)*2) == 0: - | ^^^^^^^ diff --git a/tests/reference/asr-test_builtin_round-7417a21.stderr b/tests/reference/asr-test_builtin_round-7417a21.stderr deleted file mode 100644 index 570365512c..0000000000 --- a/tests/reference/asr-test_builtin_round-7417a21.stderr +++ /dev/null @@ -1,11 +0,0 @@ -warning: The module 'lpython_builtin' located in $DIR/src/bin/../runtime/lpython_builtin.py cannot be loaded - --> tests/../integration_tests/test_builtin_round.py:6:12 - | -6 | assert round(f) == 6 - | ^^^^^^^^ imported here - -semantic error: The symbol '_lpython_floordiv' not found in the module 'lpython_builtin' - --> $DIR/src/bin/../runtime/lpython_builtin.py:209:15 - | -209 | if (n_ - (n_ // 2)*2) == 0: - | ^^^^^^^ diff --git a/tests/reference/asr-test_complex_01-a6def58.stderr b/tests/reference/asr-test_complex_01-a6def58.stderr deleted file mode 100644 index f87f59ca76..0000000000 --- a/tests/reference/asr-test_complex_01-a6def58.stderr +++ /dev/null @@ -1,11 +0,0 @@ -warning: The module 'lpython_builtin' located in $DIR/src/bin/../runtime/lpython_builtin.py cannot be loaded - --> tests/../integration_tests/test_complex_01.py:17:9 - | -17 | x = complex(4.5, 6.7) - | ^^^^^^^^^^^^^^^^^ imported here - -semantic error: The symbol '_lpython_floordiv' not found in the module 'lpython_builtin' - --> $DIR/src/bin/../runtime/lpython_builtin.py:209:15 - | -209 | if (n_ - (n_ // 2)*2) == 0: - | ^^^^^^^ diff --git a/tests/reference/asr-test_complex_02-782ba2d.stderr b/tests/reference/asr-test_complex_02-782ba2d.stderr deleted file mode 100644 index b61ce381bd..0000000000 --- a/tests/reference/asr-test_complex_02-782ba2d.stderr +++ /dev/null @@ -1,11 +0,0 @@ -warning: The module 'lpython_builtin' located in $DIR/src/bin/../runtime/lpython_builtin.py cannot be loaded - --> tests/../integration_tests/test_complex_02.py:5:13 - | -5 | x = c32(complex(3, 4)) - | ^^^^^^^^^^^^^ imported here - -semantic error: The symbol '_lpython_floordiv' not found in the module 'lpython_builtin' - --> $DIR/src/bin/../runtime/lpython_builtin.py:209:15 - | -209 | if (n_ - (n_ // 2)*2) == 0: - | ^^^^^^^ diff --git a/tests/reference/asr-test_max_min-3c2fc51.stderr b/tests/reference/asr-test_max_min-3c2fc51.stderr deleted file mode 100644 index 15c4a4ff5a..0000000000 --- a/tests/reference/asr-test_max_min-3c2fc51.stderr +++ /dev/null @@ -1,11 +0,0 @@ -warning: The module 'lpython_builtin' located in $DIR/src/bin/../runtime/lpython_builtin.py cannot be loaded - --> tests/../integration_tests/test_max_min.py:7:12 - | -7 | assert max(a, b) == b - | ^^^^^^^^^ imported here - -semantic error: The symbol '_lpython_floordiv' not found in the module 'lpython_builtin' - --> $DIR/src/bin/../runtime/lpython_builtin.py:209:15 - | -209 | if (n_ - (n_ // 2)*2) == 0: - | ^^^^^^^ diff --git a/tests/reference/asr-test_numpy_03-e600a49.stderr b/tests/reference/asr-test_numpy_03-e600a49.stderr deleted file mode 100644 index 74f788b4cf..0000000000 --- a/tests/reference/asr-test_numpy_03-e600a49.stderr +++ /dev/null @@ -1,17 +0,0 @@ -warning: The module 'numpy' located in $DIR/src/bin/../runtime/lpython_intrinsic_numpy.py cannot be loaded - --> tests/../integration_tests/test_numpy_03.py:2:1 - | -2 | from numpy import reshape, empty, int32, float64 - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ imported here - -warning: The module 'lpython_builtin' located in $DIR/src/bin/../runtime/lpython_builtin.py cannot be loaded - --> $DIR/src/bin/../runtime/lpython_intrinsic_numpy.py:364:12 - | -364 | return x1 % x2 - | ^^^^^^^ imported here - -semantic error: The symbol '_lpython_floordiv' not found in the module 'lpython_builtin' - --> $DIR/src/bin/../runtime/lpython_builtin.py:209:15 - | -209 | if (n_ - (n_ // 2)*2) == 0: - | ^^^^^^^ diff --git a/tests/reference/asr-test_numpy_04-ecbb614.stderr b/tests/reference/asr-test_numpy_04-ecbb614.stderr deleted file mode 100644 index 7bc395d1fc..0000000000 --- a/tests/reference/asr-test_numpy_04-ecbb614.stderr +++ /dev/null @@ -1,17 +0,0 @@ -warning: The module 'numpy' located in $DIR/src/bin/../runtime/lpython_intrinsic_numpy.py cannot be loaded - --> tests/../integration_tests/test_numpy_04.py:2:1 - | -2 | from numpy import array - | ^^^^^^^^^^^^^^^^^^^^^^^ imported here - -warning: The module 'lpython_builtin' located in $DIR/src/bin/../runtime/lpython_builtin.py cannot be loaded - --> $DIR/src/bin/../runtime/lpython_intrinsic_numpy.py:364:12 - | -364 | return x1 % x2 - | ^^^^^^^ imported here - -semantic error: The symbol '_lpython_floordiv' not found in the module 'lpython_builtin' - --> $DIR/src/bin/../runtime/lpython_builtin.py:209:15 - | -209 | if (n_ - (n_ // 2)*2) == 0: - | ^^^^^^^ diff --git a/tests/reference/asr-vec_01-66ac423.stderr b/tests/reference/asr-vec_01-66ac423.stderr deleted file mode 100644 index 0371022cc6..0000000000 --- a/tests/reference/asr-vec_01-66ac423.stderr +++ /dev/null @@ -1,17 +0,0 @@ -warning: The module 'numpy' located in $DIR/src/bin/../runtime/lpython_intrinsic_numpy.py cannot be loaded - --> tests/../integration_tests/vec_01.py:2:1 - | -2 | from numpy import empty, float64 - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ imported here - -warning: The module 'lpython_builtin' located in $DIR/src/bin/../runtime/lpython_builtin.py cannot be loaded - --> $DIR/src/bin/../runtime/lpython_intrinsic_numpy.py:364:12 - | -364 | return x1 % x2 - | ^^^^^^^ imported here - -semantic error: The symbol '_lpython_floordiv' not found in the module 'lpython_builtin' - --> $DIR/src/bin/../runtime/lpython_builtin.py:209:15 - | -209 | if (n_ - (n_ // 2)*2) == 0: - | ^^^^^^^ diff --git a/tests/reference/cpp-expr15-1661c0d.stderr b/tests/reference/cpp-expr15-1661c0d.stderr deleted file mode 100644 index 9b4deb20d2..0000000000 --- a/tests/reference/cpp-expr15-1661c0d.stderr +++ /dev/null @@ -1,11 +0,0 @@ -warning: The module 'lpython_builtin' located in $DIR/src/bin/../runtime/lpython_builtin.py cannot be loaded - --> tests/expr15.py:11:9 - | -11 | x = complex(2, 2) - | ^^^^^^^^^^^^^ imported here - -semantic error: The symbol '_lpython_floordiv' not found in the module 'lpython_builtin' - --> $DIR/src/bin/../runtime/lpython_builtin.py:209:15 - | -209 | if (n_ - (n_ // 2)*2) == 0: - | ^^^^^^^ diff --git a/tests/reference/cpp-expr8-704cece.stderr b/tests/reference/cpp-expr8-704cece.stderr deleted file mode 100644 index 6e9d8d0f32..0000000000 --- a/tests/reference/cpp-expr8-704cece.stderr +++ /dev/null @@ -1,11 +0,0 @@ -warning: The module 'lpython_builtin' located in $DIR/src/bin/../runtime/lpython_builtin.py cannot be loaded - --> tests/expr8.py:22:13 - | -22 | x = i32(b1//b1) - | ^^^^^^ imported here - -semantic error: The symbol '_lpython_floordiv' not found in the module 'lpython_builtin' - --> $DIR/src/bin/../runtime/lpython_builtin.py:209:15 - | -209 | if (n_ - (n_ // 2)*2) == 0: - | ^^^^^^^ diff --git a/tests/reference/pass_loop_vectorise-vec_01-be9985e.stderr b/tests/reference/pass_loop_vectorise-vec_01-be9985e.stderr deleted file mode 100644 index 0371022cc6..0000000000 --- a/tests/reference/pass_loop_vectorise-vec_01-be9985e.stderr +++ /dev/null @@ -1,17 +0,0 @@ -warning: The module 'numpy' located in $DIR/src/bin/../runtime/lpython_intrinsic_numpy.py cannot be loaded - --> tests/../integration_tests/vec_01.py:2:1 - | -2 | from numpy import empty, float64 - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ imported here - -warning: The module 'lpython_builtin' located in $DIR/src/bin/../runtime/lpython_builtin.py cannot be loaded - --> $DIR/src/bin/../runtime/lpython_intrinsic_numpy.py:364:12 - | -364 | return x1 % x2 - | ^^^^^^^ imported here - -semantic error: The symbol '_lpython_floordiv' not found in the module 'lpython_builtin' - --> $DIR/src/bin/../runtime/lpython_builtin.py:209:15 - | -209 | if (n_ - (n_ // 2)*2) == 0: - | ^^^^^^^